diff --git a/commands/import_database.py b/commands/import_database.py index d43c03c..2a0cb9d 100644 --- a/commands/import_database.py +++ b/commands/import_database.py @@ -276,8 +276,6 @@ def fetch_chunks(): if not rows: break - print(f'final current_chunk_size={current_chunk_size} - rows={len(rows)} - offset={offset} - limit={estimated_limit}') - df_chunk = pd.DataFrame(rows, columns=columns) yield df_chunk @@ -293,4 +291,4 @@ def fetch_chunks(): spinner.stop() print("Data analysis interrupted!") - return fetch_chunks() \ No newline at end of file + return fetch_chunks()