mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 14:07:03 +01:00
Remove debug print statement
This commit is contained in:
parent
3df40af71a
commit
2cbf3fec3a
@ -25,7 +25,6 @@ class LimitsRedisLite(Storage): # For Python Limits
|
||||
return
|
||||
|
||||
def get(self, key):
|
||||
print key + " " + str(int(self.redis_instance.get(key))) + " " + str(self.get_expiry(key))
|
||||
return int(self.redis_instance.get(key))
|
||||
|
||||
def reset(self):
|
||||
|
Loading…
Reference in New Issue
Block a user