mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
removed debug line
This commit is contained in:
@@ -72,7 +72,6 @@ class CachedDocumentManager(models.Manager):
|
||||
except ValueError:
|
||||
pass
|
||||
else:
|
||||
print 'Adding Access Log'
|
||||
log = ApiAccessLog()
|
||||
log.userid = v
|
||||
log.service = service
|
||||
|
||||
Reference in New Issue
Block a user