diff --git a/code/modules/ext_scripts/python.dm b/code/modules/ext_scripts/python.dm index 1f761542a35..6781af866e3 100644 --- a/code/modules/ext_scripts/python.dm +++ b/code/modules/ext_scripts/python.dm @@ -1,5 +1,4 @@ /proc/ext_python(var/script, var/args, var/scriptsprefix = 1) - to_chat(world, "ext python [script] [args]") if(scriptsprefix) script = "scripts/" + script if(world.system_type == MS_WINDOWS)