1
0

debugging hooks\ncleaning code

This commit is contained in:
2022-01-17 21:01:11 +01:00
parent 4fb5504cdc
commit 11a2253804
7 changed files with 61 additions and 91 deletions

View File

@ -42,7 +42,7 @@ class hook
logger(DEBUG, _("Callback already installed"));
}
}
echo "result => "; var_dump($result);
//echo "result => "; var_dump($result);
if ($result === true)
{
$this->initialized = true;