diff --git a/geoclustering/clustering.py b/geoclustering/clustering.py index dd2b011..10203f6 100644 --- a/geoclustering/clustering.py +++ b/geoclustering/clustering.py @@ -14,8 +14,6 @@ def to_cluster_dict(df, clustering): """ clusters_by_id = {} - print(clustering.labels_) - for idx, cluster_id in enumerate(clustering.labels_): # ignore "noise" locations that don't belong to any cluster. if cluster_id > -1: