diff options
-rw-r--r-- | fuzzycat/cluster.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fuzzycat/cluster.py b/fuzzycat/cluster.py index c211d34..1c9d79f 100644 --- a/fuzzycat/cluster.py +++ b/fuzzycat/cluster.py @@ -349,7 +349,6 @@ class Cluster: writer = zc.stream_writer(tf) else: writer = tf - print(self.iterable) for i, line in enumerate(self.iterable): if self.verbose and i % 100000 == 0: print("@{}".format(i), file=sys.stderr) |