2
0
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:
Steve Schnepp 2015-03-03 22:43:39 +00:00
parent 339bfec68f
commit 4a9b0e4796

View File

@ -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 */