summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTobias Klauser <tobias.klauser@uzh.ch>2013-02-12 15:56:11 +0100
committerTobias Klauser <tobias.klauser@uzh.ch>2013-02-12 15:56:11 +0100
commitd0a247ed9b004bf4c377c64152a4b55f57dde79a (patch)
treef489a8eb09b04b2dee33d733ea793f9ea2ce8da6 /scripts
parent89d50b91ad1fdfbbe419b5fe79a0bcfa6cb64657 (diff)
scripts/csv2sto.py: remove debug message
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: