From 6f05d2a89573bd0cb6bb93d8c5a900254e711339 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 16 Aug 2008 15:25:26 +0200 Subject: MLKCompiledClosure: Remove debugging call to _code. --- MLKCompiledClosure.m | 1 - 1 file changed, 1 deletion(-) (limited to 'MLKCompiledClosure.m') diff --git a/MLKCompiledClosure.m b/MLKCompiledClosure.m index 85b1bf5..6eb9154 100644 --- a/MLKCompiledClosure.m +++ b/MLKCompiledClosure.m @@ -87,7 +87,6 @@ } NSLog (@"Calling %p (argc = %d)", _code, argc); - _code(0, MLKEndOfArgumentsMarker); for (i = 0; i < argc; i++) { NSLog (@"Argument %d: %p", i, *((void**)argv[i])); -- cgit v1.2.3