Removing some debugging tools which arent needed anymore

This commit is contained in:
AnonymousHybi
2018-04-04 19:36:22 +01:00
parent 8192cfbf10
commit 3863b16999
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -18,10 +18,10 @@
/proc/ext_python(var/script, var/args, var/scriptsprefix = 1)
if(scriptsprefix) script = "scripts/" + script
if(world.system_type == MS_WINDOWS)
script = replacetext(script, "/", "\\")
var/command = config.python_path + " " + script + " " + args
log_debug("ext_python: Sending [command] to shell")
shell("[command]")
return