diff -r a76cbe676bf1 -r 2317b8d644fa thermferm/thermferm.c --- 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(); }