aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-10-21 04:07:29 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-10-21 04:07:29 +0200
commit0cc68900cc160dc934233825d02ee7deaff3b439 (patch)
tree269f9e749e411530636863fefdce96df08d1b459
parentdf22443026ce2c8d1fa1e197607125d32eed6d6f (diff)
downloadfuzzycat-0cc68900cc160dc934233825d02ee7deaff3b439.tar.gz
fuzzycat-0cc68900cc160dc934233825d02ee7deaff3b439.zip
remove debugging statement
-rw-r--r--fuzzycat/cluster.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fuzzycat/cluster.py b/fuzzycat/cluster.py
index 94e42e3..9b97509 100644
--- a/fuzzycat/cluster.py
+++ b/fuzzycat/cluster.py
@@ -130,7 +130,6 @@ def cluster_by_title_nysiis(args):
except KeyError as err:
continue
- print("%s\t%s" % (id, title))
print("%s\t%s" % (id, title), file=tf)
sbc = sort_by_column(tf.name, opts="-k 2")