mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove var dumps
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user