From ace29d495df89afd2e3251064de91b00da2612da Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 11 Sep 2008 18:10:41 +0200 Subject: Add various disabled debugging messages. --- MLKLexicalContext.m | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKLexicalContext.m') diff --git a/MLKLexicalContext.m b/MLKLexicalContext.m index acb5b4e..8574e0b 100644 --- a/MLKLexicalContext.m +++ b/MLKLexicalContext.m @@ -359,6 +359,7 @@ static MLKLexicalContext *global_context; if (!props) { props = [NSMutableDictionary dictionary]; + //NSLog (@"%p", nullify(name)->class_pointer); [_variableInfo setObject:props forKey:nullify(name)]; } [props setObject:object forKey:key]; -- cgit v1.2.3