From 65090870acaddad810c71911496b9df92a268acf Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 5 May 2013 15:28:32 +0200 Subject: [PATCH] Remove temp debug print statement --- morss.py | 1 - 1 file changed, 1 deletion(-) diff --git a/morss.py b/morss.py index e64a86d..5a957ea 100644 --- a/morss.py +++ b/morss.py @@ -409,7 +409,6 @@ if __name__ == "__main__": RSS = Gather(url, cache, options) else: url, options = parseOptions(['progress']) - print url, options if url is None: print "Please provide url."