aboutsummaryrefslogtreecommitdiff
path: root/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'fetch.py')
-rwxr-xr-xfetch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetch.py b/fetch.py
index ce4adb50..db950aa0 100755
--- a/fetch.py
+++ b/fetch.py
@@ -26,7 +26,6 @@ if __name__ == "__main__":
feed_id = int(sys.argv[2])
except:
feed_id = None
- print(feed_id)
for user in users:
if user.activation_key == "":
bgstack15