Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Oops, left debugging code in.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Sep 26, 2010
1 parent ad12be1 commit 1ca4411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metamodel/reprs/P6opaque.c
Expand Up @@ -121,7 +121,7 @@ static void compute_slot_mapping(PARROT_INTERP, PMC *WHAT, REPRP6opaque *repr) {
current_class = VTABLE_get_pmc_keyed_int(interp, parents, 0);
}
}
printf("Computed slot mapping; %d slots\n", repr->num_slots);
/*printf("Computed slot mapping; %d slots\n", repr->num_slots);*/
}

/* Creates a new type object of this representation, and associates it with
Expand Down

0 comments on commit 1ca4411

Please sign in to comment.