Branch: master

586eb3bc 2014-11-18 16:01:06 Timothy Pearson
Remove extraneous PID debugging messages from compton-tde
This resolves Bug 645
M twin/compton-tde/compton.c
diff --git a/twin/compton-tde/compton.c b/twin/compton-tde/compton.c
index dedbfdd..e14db6c 100644
--- a/twin/compton-tde/compton.c
+++ b/twin/compton-tde/compton.c
@@ -124,8 +124,6 @@
     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];
@@ -162,8 +160,6 @@
     memset(filename,0,n);
     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);