diff --git a/Templates/BaseGame/game/core/utility/scripts/module.cs b/Templates/BaseGame/game/core/utility/scripts/module.cs index b142093a3..dc2e1f1c4 100644 --- a/Templates/BaseGame/game/core/utility/scripts/module.cs +++ b/Templates/BaseGame/game/core/utility/scripts/module.cs @@ -33,7 +33,6 @@ function callOnModules(%functionName, %moduleGroup, %var0, %var1, %var2, %var3, } } %stryng = %stryng @ ");"; - echo(%stryng); eval(%stryng); } } @@ -294,4 +293,4 @@ function SimSet::unQueueExec(%scopeSet, %execFilePath) } if ($traceModuleCalls) ExecFilesList.echo(); -} \ No newline at end of file +}