From b17aed2d37a7b2c80057aa0caeb1ad3490aa0470 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 24 Jul 2022 22:13:05 +0200 Subject: [PATCH] funzt --- tools/conv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/conv.py b/tools/conv.py index 2b88f7c01..5821f7af8 100644 --- a/tools/conv.py +++ b/tools/conv.py @@ -94,7 +94,6 @@ def insert_to_pg(query, data): cursor = get_postgres_cursor() connection = cursor.connection - print(f"Inserting {len(data)} rows...") for d in data: try: cursor.execute(query, d)