From 93c51d7a8091e66e9de8c585de670fd88c7153be Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:58:17 +0100 Subject: [PATCH] closes #17 --- geoclustering/encoding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/geoclustering/encoding.py b/geoclustering/encoding.py index 13a32d4..05835d6 100644 --- a/geoclustering/encoding.py +++ b/geoclustering/encoding.py @@ -43,7 +43,6 @@ class JSONEncoder: self.state = [] def visitor(self, cluster_id, cluster): - print(cluster_id) cluster_data = {"cluster_id": cluster_id, "points": []} for record in cluster: