thermferm/thermferm.c

changeset 213
2317b8d644fa
parent 209
c5b1dfd83e81
child 214
37d1eb0e1d66
--- a/thermferm/thermferm.c	Sun Aug 10 20:01:17 2014 +0200
+++ b/thermferm/thermferm.c	Sun Aug 10 21:22:17 2014 +0200
@@ -16,7 +16,7 @@
  * General Public License for more details.
  * 
  * You should have received a copy of the GNU General Public License
- * along with EC-65K; see the file COPYING.  If not, write to the Free
+ * along with ThermFerm; see the file COPYING.  If not, write to the Free
  * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  *****************************************************************************/
 
@@ -33,9 +33,6 @@
 #include "xutil.h"
 
 
-//int			tempA = 80;
-//int			tempB = 80;
-
 int			my_shutdown = FALSE;
 static pid_t		pgrp, mypid;
 
@@ -268,8 +265,6 @@
     rc = devices_detect();
     if (rc) {
 	syslog(LOG_NOTICE, "Detected %d new devices", rc);
-	if (debug)
-	    fprintf(stdout, "Detected %d new devices\n", rc);
 	wrconfig();
     }
 

mercurial