summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/csv2sto.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/csv2sto.py b/scripts/csv2sto.py
index 97d768b..338b773 100755
--- a/scripts/csv2sto.py
+++ b/scripts/csv2sto.py
@@ -89,7 +89,6 @@ def main():
for line in csv_reader:
if nRows == 0:
nCols = len(line)
- print("nCols: {}".format(nCols))
nRows += 1
if tot_nRows == 0: