Skip to content

Commit

Permalink
Issue #10. Remove stray debug commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
argiepiano committed Dec 10, 2024
1 parent c3d50ff commit c98704f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion potx.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions tests/potx.test
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

/**
Expand Down

0 comments on commit c98704f

Please sign in to comment.