From 099f0b3a1dffe8aaa825625e8289354545856a09 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja.osipov@gmail.com> Date: Mon, 11 Jul 2011 16:45:04 +0400 Subject: [PATCH] feature-feeder-in-core: review fixes Fix a merge error (remove debug print). --- core/exception.m | 1 - 1 file changed, 1 deletion(-) diff --git a/core/exception.m b/core/exception.m index 955c91c86a..8580e1ee69 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 -- GitLab