mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Remove var dumps
This commit is contained in:
parent
8c1363529e
commit
0aaab63b8c
1 changed files with 0 additions and 2 deletions
|
|
@ -17,8 +17,6 @@ class Hooks
|
|||
* @param mixed[] $params
|
||||
*/
|
||||
public function trigger(string $name, array $params = []) {
|
||||
\var_dump(self::$hooks);
|
||||
\var_dump(self::$hooks[$name]);
|
||||
if (isset(self::$hooks[$name])) {
|
||||
call_user_func_array(self::$hooks[$name], $params);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue