Remove debug print

Getting error when starting new game #16
This commit is contained in:
David Vogel 2022-08-29 16:21:50 +02:00
parent 28a768a130
commit f964f5d769

View File

@ -148,8 +148,6 @@ local function setup(libPath)
-- Add the library directory of Noita itself.
package.path = package.path .. ";./data/scripts/lib/?.lua" -- TODO: Get rid of Noita's lib path, create replacement libs for stuff in there
print("bla", package.path)
end
return setup