remove debug logging

This commit is contained in:
Joel Dice 2012-03-14 12:08:14 -06:00
parent c4722fa843
commit b6cdf4efcb

View File

@ -359,8 +359,6 @@ Avian_sun_misc_Unsafe_setMemory
int64_t count; memcpy(&count, arguments + 4, 8);
int8_t value = arguments[6];
fprintf(stderr, "base %p offset %p count %ld value %d\n", base, reinterpret_cast<int8_t*>(offset), count, value);
PROTECT(t, base);
ACQUIRE(t, t->m->referenceLock);