From 4efe663c9e64d49c198e8b2be2770236f9c1a63a Mon Sep 17 00:00:00 2001 From: Rudi Theunissen Date: Wed, 29 Nov 2017 11:31:44 +1300 Subject: [PATCH] Remove rogue php_debug_zval_dump --- src/php/handlers/php_priority_queue_handlers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/php/handlers/php_priority_queue_handlers.c b/src/php/handlers/php_priority_queue_handlers.c index 6887ee8..fe6f77c 100644 --- a/src/php/handlers/php_priority_queue_handlers.c +++ b/src/php/handlers/php_priority_queue_handlers.c @@ -48,7 +48,6 @@ static void ds_priority_queue_copy_gc( zval *target = obj->gc_data; DS_PRIORITY_QUEUE_FOREACH_VALUE(obj->queue, value) { - php_debug_zval_dump(value, 1); ZVAL_COPY_VALUE(target++, value); } DS_PRIORITY_QUEUE_FOREACH_END();