Skip to content

Commit

Permalink
Remove rogue php_debug_zval_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
rtheunissen committed Nov 28, 2017
1 parent f80114c commit 4efe663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/php/handlers/php_priority_queue_handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4efe663

Please sign in to comment.