From b6cdf4efcb55afe5893e3f9590241f4fb3792dad Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 14 Mar 2012 12:08:14 -0600 Subject: [PATCH] remove debug logging --- src/builtin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/builtin.cpp b/src/builtin.cpp index 0efc8fbbd2..6988dcf8eb 100644 --- a/src/builtin.cpp +++ b/src/builtin.cpp @@ -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(offset), count, value); - PROTECT(t, base); ACQUIRE(t, t->m->referenceLock);