SQL: Remove unused logs.

dev-brahim
Pierre-Antoine 2025-03-11 14:39:22 +01:00
parent 0c141b8d24
commit bcdae43d10
1 changed files with 0 additions and 4 deletions

View File

@ -389,10 +389,6 @@ class CreateTableForSaveAs:
)
)
logger.debug(f"stg.ind_bottom: {stg.ind_bottom[i]}")
logger.debug(np.array([stg.ind_bottom[i]]),
np.array(stg.ind_bottom[i]).shape)
# Commit the transaction after executing INSERT.
cnx.commit()