aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-02-13 17:41:09 -0300
committerBarichello <artur@barichello.me>2022-02-13 17:41:09 -0300
commit52f184e4e2397f82f705268488a9dc3a962065c0 (patch)
tree02d2b4b25fe03028344441e9b10e0721f97fe218
parent114b366b0e5fc459e4ea037b552ea85dd7674aca (diff)
downloadNorthstarMods-52f184e4e2397f82f705268488a9dc3a962065c0.tar.gz
NorthstarMods-52f184e4e2397f82f705268488a9dc3a962065c0.zip
Remove StringReplace debug prints
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/sh_utility_all.gnut2
1 files changed, 0 insertions, 2 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/sh_utility_all.gnut b/Northstar.CustomServers/mod/scripts/vscripts/sh_utility_all.gnut
index 1c5096609..cd5b734b8 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/sh_utility_all.gnut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/sh_utility_all.gnut
@@ -363,8 +363,6 @@ string function StringReplace( string baseString, string searchString, string re
loopedOnce = true
findResult = source.find( searchString )
- print("LOOPED ONCE")
- print(findResult)
}
return baseString