DataObjects/Core_template.php
authorleon <leon@roojs.com>
Thu, 20 Jul 2023 03:04:28 +0000 (11:04 +0800)
committerleon <leon@roojs.com>
Thu, 20 Jul 2023 03:04:28 +0000 (11:04 +0800)
DataObjects/Core_template.php

index d7fa4a7..c04f79a 100644 (file)
@@ -584,15 +584,6 @@ WHERE (
             // then in theory there are no translations
             return false;
         }
-
-        if($clsname != 'pma_pressrelease_distributionreport') {
-            var_dump($clsname);
-            var_dump($this->tableName());
-            var_dump(strtotime($ts->updated));
-            var_dump($fname);
-            var_dump(filemtime($fname));
-            die('e');
-        }
         
         if (file_exists($fname) && strtotime($ts->updated) < filemtime($fname)) {
             return $fname; // file exists and is newer than our updated line.