Remove remaining debug code fragment

This commit is contained in:
Francesco Abbate 2022-01-09 20:01:57 +01:00
parent 648b977c1e
commit 827f3f876d
1 changed files with 0 additions and 1 deletions

View File

@ -1026,7 +1026,6 @@ static void* dmon__thread(void* arg)
struct timeval starttm;
gettimeofday(&starttm, 0);
int debug_count = 0;
while (!_dmon.quit) {
nanosleep(&req, &rem);
if (_dmon.num_watches == 0 || _dmon.wait_flag == 1 || pthread_mutex_trylock(&_dmon.mutex) != 0) {