From 586eb3bc1de4024ab23f80e10dcf6b2a7c9a6082 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 18 Nov 2014 16:01:06 -0600 Subject: Remove extraneous PID debugging messages from compton-tde This resolves Bug 645 --- twin/compton-tde/compton.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'twin') diff --git a/twin/compton-tde/compton.c b/twin/compton-tde/compton.c index dedbfdd09..e14db6ca0 100644 --- a/twin/compton-tde/compton.c +++ b/twin/compton-tde/compton.c @@ -124,8 +124,6 @@ void write_pid_file(pid_t pid) strcat(filename, home); strcat(filename, configfile); - printf("writing '%s' as pidfile\n\n", filename); - /* now that we did all that by way of introduction...write the file! */ FILE *pFile; char buffer[255]; @@ -163,8 +161,6 @@ void delete_pid_file() strcat(filename, home); strcat(filename, configfile); - printf("deleting '%s' as pidfile\n\n", filename); - /* now that we did all that by way of introduction...delete the file! */ unlink(filename); -- cgit v1.2.3