1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

Remove debug prints

This commit is contained in:
plague006 2018-08-20 10:48:45 -04:00
parent 6d33bc4499
commit af554404ba

View File

@ -605,7 +605,6 @@ end
local function all_tech(cmd)
if game.player and game.player.admin then
game.print('entering 1')
local confirm = cmd.parameter
local player = game.player
if player.force ~= game.forces['player'] then
@ -617,7 +616,6 @@ game.print('entering 1')
elseif player.force == game.forces['player'] and confirm ~= 'true' then
player.print('This will give the player force all research. If you\'re sure you want to do this run /all-tech true')
end
game.print('exiting 1')
else
cant_run(cmd.name)
return