diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-02-02 00:48:52 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-02-02 00:48:52 +0100 |
commit | 512db4a1be91ecb6d496908aca3ccf5eb040022f (patch) | |
tree | 6d5d174d002fc0571c16b6d42ea9ed143422a1dd | |
parent | a705ad0a9ed70833b27e4a51e307c25f8a24caae (diff) | |
download | fuzzycat-512db4a1be91ecb6d496908aca3ccf5eb040022f.tar.gz fuzzycat-512db4a1be91ecb6d496908aca3ccf5eb040022f.zip |
cleanup print
-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) |