From 0cc68900cc160dc934233825d02ee7deaff3b439 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 21 Oct 2020 04:07:29 +0200 Subject: remove debugging statement --- fuzzycat/cluster.py | 1 - 1 file changed, 1 deletion(-) 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") -- cgit v1.2.3