mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 20:04:18 +00:00
got rid of debug calls
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user