Remove debug print

This commit is contained in:
Reece Wilson 2021-05-24 22:46:44 +01:00
parent 1a1117fc04
commit f1c12b4937

View File

@ -45,12 +45,10 @@ local setBestDebugDir = function(dest)
filter "configurations:Ship"
debugdir(getroot() .. "/Build_Ship/" .. append)
print("DEBUG", append)
filter {}
else
local path = getroot() .. dest
print("DEBUG", path)
debugdir(path)
end
end