removed all development error_log calls, removed many by reference operator and some...
[brisk.git] / web / admin.php
index efeb744..64325d7 100644 (file)
@@ -46,12 +46,9 @@ class ImpPoints
     
     function ImpPoints($s)
     {
-        // error_log($s, 0);
         $arr = explode('|', $s);
-        // error_log("TTOK: ".count($arr), 0);
 
         if (count($arr) != 20) {
-            // error_log("COUNT: ".count($arr));
             return FALSE;
         }