diff options
author | Tobias Klauser <tobias.klauser@uzh.ch> | 2013-02-12 15:56:11 +0100 |
---|---|---|
committer | Tobias Klauser <tobias.klauser@uzh.ch> | 2013-02-12 15:56:11 +0100 |
commit | d0a247ed9b004bf4c377c64152a4b55f57dde79a (patch) | |
tree | f489a8eb09b04b2dee33d733ea793f9ea2ce8da6 | |
parent | 89d50b91ad1fdfbbe419b5fe79a0bcfa6cb64657 (diff) |
scripts/csv2sto.py: remove debug message
-rwxr-xr-x | scripts/csv2sto.py | 1 |
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: |