Skip to content

Commit

Permalink
removed print in function
Browse files Browse the repository at this point in the history
  • Loading branch information
i-pavlov committed Apr 4, 2014
1 parent e87bf21 commit 0f4ca49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handlers/statistics/update_mathplotlib_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def get(self, *args, **kwargs):
logging.info("plot update runned")
from_admin = kwargs.get("admin") == "admin"
for i in xrange(len(self.urls)):
print(i)
taskqueue.add(url=self.urls[i], params=self.params[i])
if from_admin:
self.redirect("/admin/logs_processing")
Expand Down

0 comments on commit 0f4ca49

Please sign in to comment.