summaryrefslogtreecommitdiff
path: root/src/sp_disabled_functions.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-16 23:22:47 +0200
committerBen Fuhrmannek2021-08-16 23:22:47 +0200
commit333984c636ac3318f35efc78529186e63d3ce59e (patch)
treeeeb7e90d5005ab8a053b557ae9dcd08e414cae69 /src/sp_disabled_functions.c
parent5148ded7268b569fd5e720f90b44645c83ac3e9e (diff)
config supports variables now
Diffstat (limited to 'src/sp_disabled_functions.c')
-rw-r--r--src/sp_disabled_functions.c1
1 files changed, 0 insertions, 1 deletions
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) {
33 } else { 33 } else {
34 complete_path_function = estrdup(function_name); 34 complete_path_function = estrdup(function_name);
35 } 35 }
36 sp_log_debug("%s", complete_path_function);
37 36
38 return complete_path_function; 37 return complete_path_function;
39} 38}