got rid of debug calls

This commit is contained in:
Araq
2013-06-28 23:40:09 +02:00
parent a8542fbe06
commit 93158a53a8

View File

@@ -365,9 +365,7 @@ proc evalVariable(c: PStackFrame, sym: PSym, flags: TEvalFlags): PNode =
result = copyTree(result)
return
x = x.next
debug sym.owner
debug c.prc
internalError(sym.info, "cannot eval " & sym.name.s & " " & $sym.position)
#internalError(sym.info, "cannot eval " & sym.name.s & " " & $sym.position)
result = raiseCannotEval(nil, sym.info)
#result = emptyNode