Skip to content

Commit

Permalink
Disable debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 19, 2015
1 parent 0009dfa commit 42c0789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/libraries/common/ModelTesting.mos
Expand Up @@ -27,7 +27,7 @@ if not b then
exit(1);
end if;

debug := true;
debug := false;
startRun := true;
alarm(timeout);
print(if debug then "Start script ModelTesting.mos\n" else "");
Expand Down

0 comments on commit 42c0789

Please sign in to comment.