Remove debug print
This commit is contained in:
parent
1a1117fc04
commit
f1c12b4937
@ -45,12 +45,10 @@ local setBestDebugDir = function(dest)
|
|||||||
filter "configurations:Ship"
|
filter "configurations:Ship"
|
||||||
debugdir(getroot() .. "/Build_Ship/" .. append)
|
debugdir(getroot() .. "/Build_Ship/" .. append)
|
||||||
|
|
||||||
print("DEBUG", append)
|
|
||||||
filter {}
|
filter {}
|
||||||
else
|
else
|
||||||
local path = getroot() .. dest
|
local path = getroot() .. dest
|
||||||
|
|
||||||
print("DEBUG", path)
|
|
||||||
debugdir(path)
|
debugdir(path)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user