diff --git a/potx.inc b/potx.inc index cd78b16..b68819f 100644 --- a/potx.inc +++ b/potx.inc @@ -1211,7 +1211,6 @@ function _potx_find_menu_hooks($file, $filebase, $save_callback) { $hooks = array('_menu', '_menu_alter'); $keys = array("'title'", '"title"', "'description'", '"description"'); -// debug($_potx_lookup); foreach ($hooks as $hook) { if (isset($_potx_lookup[$filebase . $hook]) && is_array($_potx_lookup[$filebase . $hook])) { // We have this menu hook in this file. diff --git a/tests/potx.test b/tests/potx.test index 40b74ab..d098410 100644 --- a/tests/potx.test +++ b/tests/potx.test @@ -148,9 +148,7 @@ class PotxTestCase extends BackdropWebTestCase { ob_start(); _potx_write_files('potx-test.po'); $this->potx_output = ob_get_clean(); - //debug(var_export($this->potx_output, TRUE)); $this->potx_status = potx_status('get', TRUE); - //debug(var_export($this->potx_status, TRUE)); } /**