Skip to content

Commit 4efe663

Browse files
committed
Remove rogue php_debug_zval_dump
1 parent f80114c commit 4efe663

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/php/handlers/php_priority_queue_handlers.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ static void ds_priority_queue_copy_gc(
4848
zval *target = obj->gc_data;
4949

5050
DS_PRIORITY_QUEUE_FOREACH_VALUE(obj->queue, value) {
51-
php_debug_zval_dump(value, 1);
5251
ZVAL_COPY_VALUE(target++, value);
5352
}
5453
DS_PRIORITY_QUEUE_FOREACH_END();

0 commit comments

Comments
 (0)