HTML/FlexyFramework/Cli.php
authorAlan Knowles <alan@roojs.com>
Thu, 4 Oct 2018 04:31:51 +0000 (12:31 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 4 Oct 2018 04:31:51 +0000 (12:31 +0800)
HTML/FlexyFramework/Cli.php

index ac2de1c..7243647 100644 (file)
@@ -200,7 +200,7 @@ Available commands:
             } else {
                 $ar = $cls->getStaticProperties();
                  if (isset($ar['cli_opts'])) {
-                    echo "getting cli opts?\n";
+                    //echo "getting cli opts?\n";
                     $val = $cls->getStaticPropertyValue('cli_opts');
                 }
             }