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
Branches
Tags
No related merge requests found
Pipeline #7896 failed
...@@ -32,7 +32,7 @@ for (var i in type) { ...@@ -32,7 +32,7 @@ for (var i in type) {
var result; var result;
var exp = prefix + i; var exp = prefix + i;
try { try {
stdout.writeln(exp); // stdout.writeln(exp);
result = eval(exp); result = eval(exp);
} catch(e) { } catch(e) {
log("Error evaluating: " + exp); log("Error evaluating: " + exp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment