File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,6 @@ - (void)windowWillClose:(NSNotification*)aNotification
196
196
// returnArgument: implementation. See <http://lists.macromates.com/textmate/2006-November/015321.html>
197
197
- (NSMethodSignature *)methodSignatureForSelector: (SEL )aSelector
198
198
{
199
- NSLog (@" [%@ methodSignatureForSelector:%@ ]" , [self class ], NSStringFromSelector (aSelector));
200
199
NSString * str = NSStringFromSelector (aSelector);
201
200
if ([str hasPrefix: @" returnArgument:" ])
202
201
{
@@ -216,7 +215,6 @@ - (NSMethodSignature*)methodSignatureForSelector:(SEL)aSelector
216
215
217
216
- (void )forwardInvocation: (NSInvocation *)invocation
218
217
{
219
- NSLog (@" [%@ forwardInvocation:%@ ]" , [self class ], invocation);
220
218
NSString * str = NSStringFromSelector ([invocation selector ]);
221
219
if ([str hasPrefix: @" returnArgument:" ])
222
220
{
You can’t perform that action at this time.
0 commit comments