Skip to content

Commit bad5f30

Browse files
committed
remove debug output
1 parent 180abaa commit bad5f30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vm/parrot/ops/nqp_dyncall.ops

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ unmarshal_vmarray(PARROT_INTERP, PMC *value) {
482482
VMArrayBody *body = &((VMArrayInstance *)PMC_data(value))->body;
483483
VMArrayREPRData *repr_data = (VMArrayREPRData *)STABLE(value)->REPR_data;
484484
size_t start_pos = body->start * repr_data->elem_size;
485-
fprintf(stderr, "body->start(%d) * repr_data->elem_size(%d)\n", body->start, repr_data->elem_size);
486485
return ((char *)body->slots) + start_pos;
487486
}
488487
else

0 commit comments

Comments
 (0)