Skip to content

Commit

Permalink
delete a debug fprintf accidentaly included in the mappedbytearray merge
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound committed Dec 1, 2010
1 parent a1f5f63 commit e4e4eac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pmc/mappedbytearray.pmc
Expand Up @@ -410,7 +410,6 @@ in codepoints.
"get_utf8: index out of mapped");
c = buffer[curpos];
charlen = Parrot_utf8skip[c];
fprintf(stderr, "%i\n", (int)charlen);
curpos += charlen;
}
result = build_string(INTERP, buffer + pos, curpos - pos, Parrot_utf8_encoding_ptr);
Expand Down

0 comments on commit e4e4eac

Please sign in to comment.