diff --git a/config.json b/config.json
index 6b9b611..ab4bb6f 100644
--- a/config.json
+++ b/config.json
@@ -1 +1 @@
-{"site":"https://botsin.space"}
+{"site":"https://botsin.space"}
\ No newline at end of file
diff --git a/main.py b/main.py
index fe4afd7..cd57219 100755
--- a/main.py
+++ b/main.py
@@ -171,7 +171,6 @@ for f in following:
 	else:
 		print("Mastodon instance detected")
 		uri = "{}&min_id={}".format(uri, last_toot)
-		print(uri)
 		r = requests.get(uri)
 		j = r.json()