Small code cleanup

Sat, 27 Jun 2015 12:52:04 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 27 Jun 2015 12:52:04 +0200
changeset 379
50675fd80fed
parent 378
313efe6bf5b3
child 380
75afd21885f2

Small code cleanup

www-thermferm/profiles.php file | annotate | diff | comparison | revisions
www-thermferm/utilities.php file | annotate | diff | comparison | revisions
--- 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 @@
 <?php
 /*****************************************************************************
- * Copyright (C) 2014
+ * Copyright (C) 2014-2015
  *   
  * Michiel Broek <mbroek at mbse dot eu>
  *
--- 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 = "";

mercurial