Skip to content

Commit 012ad3a

Browse files
committed
wip
1 parent 6acdd6c commit 012ad3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: appsec/src/helper/rate_limit.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,9 @@ bool rate_limiter::allow()
5050
}
5151

5252
std::cout << "max_per_second_ is " << max_per_second_ << std::endl;
53-
;
5453
std::cout << "counter_ is " << counter_ << std::endl;
55-
;
5654
std::cout << "precounter_ is " << precounter_ << std::endl;
57-
;
5855
std::cout << "index_ is " << index_ << std::endl;
59-
;
6056

6157
constexpr uint64_t mil = 1000;
6258
uint32_t const count =

0 commit comments

Comments
 (0)