Skip to content

Commit e0ac9e8

Browse files
att
1 parent f234feb commit e0ac9e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/private_machine_methods/cli_iteraction.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private_lua_ship_machine_methods.start = function(self_obj, props)
8585
if not command then
8686
private_lua_ship.error("unable to create start command")
8787
end
88-
print("Executing command:" .. command)
88+
--print("Executing command:" .. command)
8989
local ok = private_lua_ship.os_execute(command)
9090
if not ok then
9191
private_lua_ship.error("unable to execute command:\n" .. command)

0 commit comments

Comments
 (0)