From: Nikita Popov Date: Sat, 16 Apr 2016 18:19:53 +0000 (+0200) Subject: Drop left-over debugging statement in block pass X-Git-Tag: php-7.1.0alpha1~311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a568dd7c9a780debacc67a975e0f80fa385cf5b;p=php Drop left-over debugging statement in block pass --- diff --git a/ext/opcache/Optimizer/block_pass.c b/ext/opcache/Optimizer/block_pass.c index 0ecb57e2b9..8599d9ba19 100644 --- a/ext/opcache/Optimizer/block_pass.c +++ b/ext/opcache/Optimizer/block_pass.c @@ -690,7 +690,6 @@ optimize_constant_binary_op: opline++; continue; } - printf("%d\n", opline->opcode); er = EG(error_reporting); EG(error_reporting) = 0; if (binary_op(&result, &ZEND_OP1_LITERAL(opline), &ZEND_OP2_LITERAL(opline)) == SUCCESS) {