diff options
author | Barichello <artur@barichello.me> | 2022-02-13 17:41:09 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-13 17:41:25 -0300 |
commit | 85b690d3b0d332614275388b32667d627a0c6648 (patch) | |
tree | 0f1011e5ffe6364f0e212356b39f5e62074ad911 | |
parent | 8751cc2df49ffdfb7985aec58e036a041c079320 (diff) | |
download | NorthstarMods-85b690d3b0d332614275388b32667d627a0c6648.tar.gz NorthstarMods-85b690d3b0d332614275388b32667d627a0c6648.zip |
Remove StringReplace debug printsv1.5.0
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/sh_utility_all.gnut | 2 |
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 1c509660..cd5b734b 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 |