remove debug marker

develop
myk002 2021-03-29 12:28:19 -07:00
parent 54a1e8d98a
commit d71a816b20
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -85,7 +85,7 @@ end
-- forces clean load of scripts directly or indirectly included from the test
-- file. we use our own scripts table instead of the one in dfhack.internal so
-- we don't affect the state scripts that are used outside the test harness.
local test_scripts = {is_test_scripts=true}
local test_scripts = {}
local test_envvars = {}
local function clean_reqscript(name)
local path = dfhack.findScript(name)