fix #8131 - chinese translations
[Pman.Core] / DataObjects / Core_group_right.php
index 95b28bc..36d338e 100755 (executable)
@@ -175,7 +175,6 @@ class Pman_Core_DataObjects_Core_group_right extends DB_DataObject
                 continue;
             }
             $ar = (array)json_decode(file_get_contents($fn));
-            print_R($ar);exit;
             if (empty($ar)) {
                 // since these are critical files.. die'ing with error is ok.
                 die("invalid json file: " . $fn);