Skip to content

Commit dd59e48

Browse files
committed
Debug code removal
1 parent 1cf2b89 commit dd59e48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_execute.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,6 @@ static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_wrong_property_read(z
14891489

14901490
ZEND_API ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc)
14911491
{
1492-
php_printf("yay deprecated\n");
14931492
if (fbc->common.scope) {
14941493
zend_error(E_DEPRECATED, "Method %s::%s() is deprecated",
14951494
ZSTR_VAL(fbc->common.scope->name),

0 commit comments

Comments
 (0)