Index: trunk/FACT++/src/LocalControl.h
===================================================================
--- trunk/FACT++/src/LocalControl.h	(revision 13714)
+++ trunk/FACT++/src/LocalControl.h	(revision 13715)
@@ -133,7 +133,4 @@
         }
 
-        if (str[0]=='#')
-            return true;
-
         if (str[0]=='>')
         {
Index: trunk/FACT++/src/RemoteControl.h
===================================================================
--- trunk/FACT++/src/RemoteControl.h	(revision 13714)
+++ trunk/FACT++/src/RemoteControl.h	(revision 13715)
@@ -230,7 +230,4 @@
         }
 
-        if (str[0]=='#')
-            return true;
-
         if (str[0]=='>')
         {
