From 333984c636ac3318f35efc78529186e63d3ce59e Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Mon, 16 Aug 2021 23:22:47 +0200 Subject: config supports variables now --- src/sp_disabled_functions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sp_disabled_functions.c') diff --git a/src/sp_disabled_functions.c b/src/sp_disabled_functions.c index ebb7d3f..6ff3915 100644 --- a/src/sp_disabled_functions.c +++ b/src/sp_disabled_functions.c @@ -33,7 +33,6 @@ char* get_complete_function_path(zend_execute_data const* const execute_data) { } else { complete_path_function = estrdup(function_name); } - sp_log_debug("%s", complete_path_function); return complete_path_function; } -- cgit v1.3