summaryrefslogtreecommitdiff
path: root/MLKInterpreter.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKInterpreter.m')
-rw-r--r--MLKInterpreter.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/MLKInterpreter.m b/MLKInterpreter.m
index 5602677..a1b86fd 100644
--- a/MLKInterpreter.m
+++ b/MLKInterpreter.m
@@ -592,7 +592,8 @@ static MLKSymbol *_LAMBDA;
if (print)
{
//FIXME
- //NSLog (@"; LOAD: Fnord. Primary value: %@", result);
+ //NSLog (@"; LOAD: Fnord. Primary value: %@",
+ // [[result objectAtIndex:0] descriptionForLisp]);
}
}