From 9a21e3e9d322f61c2cf35e157e672d644d4747e1 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Tue, 14 Sep 2004 15:41:55 +0000 Subject: [PATCH] Removed some debugging output --- dlls/fakemeta/forwardmacros.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/fakemeta/forwardmacros.h b/dlls/fakemeta/forwardmacros.h index 6625992a..38b4e92b 100755 --- a/dlls/fakemeta/forwardmacros.h +++ b/dlls/fakemeta/forwardmacros.h @@ -241,7 +241,6 @@ #define SIMPLE_USHORT_HOOK_INT_CONSTSTRING(call) \ unsigned short call (int v, const char *s) \ { \ - printf("Addr: %d\n",s); \ FM_ENG_HANDLE(FM_##call, (Engine[FM_##call].at(i), v, s)); \ RETURN_META_VALUE(mswi(lastFmRes),(unsigned short)mlCellResult); \ } \ @@ -279,10 +278,8 @@ void call (float v) \ { \ PREPARE_FLOAT(v); \ - printf("[before] v is now: %f\n",v); \ FM_ENG_HANDLE(FM_##call, (Engine[FM_##call].at(i), c_v)); \ BYREF_FLOAT(v); \ - printf("[after] v is now: %f\n",v); \ RETURN_META(mswi(lastFmRes)); \ } \ void call##_post (float v) \