mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Remove debug print statement
This commit is contained in:
		@@ -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):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user