OutputTranslations.php
authorEdward <edward@roojs.com>
Mon, 30 Mar 2015 05:06:29 +0000 (13:06 +0800)
committerEdward <edward@roojs.com>
Mon, 30 Mar 2015 05:06:29 +0000 (13:06 +0800)
OutputTranslations.php

index 9125f34..cb202cf 100644 (file)
@@ -8,7 +8,6 @@ class Pman_Cms_OutputTranslations extends Pman
     
     function get($lang)
     {
-        DB_DataObject::debugLevel(1);
         if(!empty($lang)){
             $this->lang = $lang;
         }