Skip to content
Snippets Groups Projects
Commit 099f0b3a authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

feature-feeder-in-core: review fixes

Fix a merge error (remove debug print).
parent 0f561d67
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,6 @@
@implementation IllegalParams
- (id) init: (const char*) msg
{
printf("IllegalParams init\n");
return [super init: ER_ILLEGAL_PARAMS, msg];
}
@end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment