mnc: suppress debug output

This commit is contained in:
Steve Schnepp 2013-02-09 12:58:16 +01:00
parent acea10b203
commit 1d56b5845d
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ int main(int argc, char *argv[]) {
gethostname(host, HOST_NAME_MAX);
}
fprintf(stderr, "verbose: %d, host: %s, plugin_dir: %s, spoolfetch_dir: %s\n", verbose, host, plugin_dir, spoolfetch_dir);
printf("# munin node at %s\n", host);
while (fgets(line, LINE_MAX, stdin) != NULL) {
char* cmd;