# HG changeset patch # User Michiel Broek # Date 1435402324 -7200 # Node ID 50675fd80fed0effda446124e3e78ab216ce4cf0 # Parent 313efe6bf5b330421baf6d7192ee62d623b7d4be Small code cleanup diff -r 313efe6bf5b3 -r 50675fd80fed www-thermferm/profiles.php --- a/www-thermferm/profiles.php Fri Jun 26 13:42:05 2015 +0200 +++ b/www-thermferm/profiles.php Sat Jun 27 12:52:04 2015 +0200 @@ -1,6 +1,6 @@ * diff -r 313efe6bf5b3 -r 50675fd80fed www-thermferm/utilities.php --- a/www-thermferm/utilities.php Fri Jun 26 13:42:05 2015 +0200 +++ b/www-thermferm/utilities.php Sat Jun 27 12:52:04 2015 +0200 @@ -79,7 +79,6 @@ foreach($command as $cmd) { socket_write($sock, $cmd . "\r\n", 4096); -// usleep(20000); /* Give server time to recognize lines */ } $answer = "";