diff --git a/core/exception.m b/core/exception.m
index 955c91c86aec3c6629b760d4382f7bf2f6190286..8580e1ee693b291dac714ccb50f1d7603124795b 100644
--- a/core/exception.m
+++ b/core/exception.m
@@ -85,7 +85,6 @@
 @implementation IllegalParams
 - (id) init: (const char*) msg
 {
-	printf("IllegalParams init\n");
 	return [super init: ER_ILLEGAL_PARAMS, msg];
 }
 @end