remove logging

This commit is contained in:
John L 2022-06-15 15:07:39 +01:00
parent 00d754d466
commit 1735d9c091
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ class TestRegister {
if (result.error.displayStr === test.expectedOutput) {
ret.status = "passing";
} else {
console.log(result);
ret.status = "failing";
ret.output = [
"Expected",