From c98704ffaa348708bab72cb1511e6aea5ede6913 Mon Sep 17 00:00:00 2001 From: argiepiano Date: Tue, 10 Dec 2024 13:10:24 -0700 Subject: [PATCH] Issue #10. Remove stray debug commands. --- potx.inc | 1 - tests/potx.test | 2 -- 2 files changed, 3 deletions(-) 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)); } /**