Remove temp debug print statement

master
pictuga 2013-05-05 15:28:32 +02:00
parent e77278dda9
commit 65090870ac
1 changed files with 0 additions and 1 deletions

View File

@ -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."