Removed debug code.

This commit is contained in:
Bruce Hill 2018-11-09 17:25:09 -08:00
parent d6f33ab194
commit e96ae0c78d
2 changed files with 0 additions and 2 deletions

View File

@ -287,7 +287,6 @@ local nomsu_environment = Importer({
end
_currently_running_files:add(path)
local mod = _1_forked(environment)
assert(mod._1_parsed)
mod._ENV = mod
for _, filename in Files.walk(path) do
local _continue_0 = false

View File

@ -160,7 +160,6 @@ nomsu_environment = Importer{
error("Circular import detected:\n "..circle\joined_with("\n..imports "))
_currently_running_files\add path
mod = _1_forked(environment)
assert mod._1_parsed
mod._ENV = mod
for _,filename in Files.walk(path)
continue unless filename == "stdin" or filename\match("%.nom$")