Remove debug print
This commit is contained in:
parent
1a1117fc04
commit
f1c12b4937
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user