diff -r 24e731bb2e08 -r f37d73940699 thermferm/thermferm.c --- a/thermferm/thermferm.c Sun May 18 22:56:43 2014 +0200 +++ b/thermferm/thermferm.c Mon May 19 17:49:04 2014 +0200 @@ -156,9 +156,6 @@ if (wiringPiSetup () ) return 1; - if (server_init() ) - return 1; - if ((rc = initLCD (16, 2))) { fprintf(stderr, "Cannot initialize LCD display, rc=%d\n", rc); return 1;