Skip to content

Commit

Permalink
Remove leftover debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
basil00 committed Oct 11, 2017
1 parent b29f6dc commit aac3697
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/quota.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit aac3697

Please sign in to comment.