Skip to content
Snippets Groups Projects
Commit 5f68e80c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove the debug output that helped identify which rtype function failed

parent 3bbeb764
No related branches found
No related tags found
No related merge requests found
Pipeline #7896 failed
......@@ -32,7 +32,7 @@ for (var i in type) {
var result;
var exp = prefix + i;
try {
stdout.writeln(exp);
// stdout.writeln(exp);
result = eval(exp);
} catch(e) {
log("Error evaluating: " + exp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment