mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Removed a few debug print statements that are no longer needed
This commit is contained in:
@@ -21,7 +21,6 @@ class UpdateAPIs():
|
||||
def job(self):
|
||||
delta = datetime.timedelta(seconds=self.last_update_delay)
|
||||
|
||||
print delta
|
||||
self._logger.debug("Updating accounts older than %s" % (datetime.datetime.now() - delta))
|
||||
|
||||
for acc in RedditAccount.objects.filter(last_update__lt=(datetime.datetime.now() - delta)):
|
||||
|
||||
Reference in New Issue
Block a user