diff --git a/src/quota.c b/src/quota.c index 87b6aa6..b94fa77 100644 --- a/src/quota.c +++ b/src/quota.c @@ -80,10 +80,6 @@ quota_t quota_init(uint32_t timemin, uint32_t timemax, quota->rps = rps; quota->maxcount = 0; - debug_log = fopen("/tmp/quota.DEBUG", "a"); - if (debug_log == NULL) - debug_log = stderr; - return quota; }