DataObjects/Core_watch.php
[Pman.Core] / DataObjects / I18n.php
index 1786e79..073441c 100644 (file)
@@ -116,7 +116,6 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         
         if (!empty($q['_filtered']) && !empty($this->ltype)) {
             $cfg = $this->cfg();
-            print_r($cfg);exit;
             $filter = $cfg[$this->ltype];
             $this->whereAddIn('lkey', $filter, 'string');