mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
multicpu1sec-c: remove debugging statements
This commit is contained in:
parent
339bfec68f
commit
4a9b0e4796
@ -81,7 +81,6 @@ time_t wait_until_next_second() {
|
||||
}
|
||||
|
||||
int acquire() {
|
||||
printf("acquire()\n");
|
||||
|
||||
/* write the pid */
|
||||
FILE* pid_file = fopen(pid_filename, "w");
|
||||
@ -128,7 +127,6 @@ int acquire() {
|
||||
}
|
||||
|
||||
int fetch() {
|
||||
printf("fetch()\n");
|
||||
FILE* cache_file = fopen(cache_filename, "r+");
|
||||
|
||||
/* lock */
|
||||
|
Loading…
Reference in New Issue
Block a user