Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit cd97a39

Browse files
committed
Remove print in code
1 parent 4a69399 commit cd97a39

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backupTool.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
__author__ = 'marc'
12
import csv
23
import db.datastore as db
34
import os
@@ -87,8 +88,6 @@ def _importCsvToTable(fileName, deleteDataFirst=False):
8788
rowlen = len(row)
8889
else:
8990
if len(row) == rowlen:
90-
print 'Insert into {0}: {1}'.format(tableName, row)
91-
print insertsql
9291
cursor.execute(insertsql, row)
9392

9493

0 commit comments

Comments
 (0)