fix: remove unnecessary timing debug messages
This commit is contained in:
parent
02ae2a9603
commit
0885d287df
@ -19,9 +19,7 @@ int lock_at_port(char* filename){
|
||||
perror("sem_open failed");
|
||||
return -1;
|
||||
}
|
||||
wait_start = clock();
|
||||
sem_wait(sem);
|
||||
dbg_msg("waited %f ms for semaphore", wait_total);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user