mirror of
https://github.com/gchq/CyberChef
synced 2024-12-29 14:03:10 +00:00
remove logging
This commit is contained in:
parent
00d754d466
commit
1735d9c091
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ class TestRegister {
|
||||||
if (result.error.displayStr === test.expectedOutput) {
|
if (result.error.displayStr === test.expectedOutput) {
|
||||||
ret.status = "passing";
|
ret.status = "passing";
|
||||||
} else {
|
} else {
|
||||||
console.log(result);
|
|
||||||
ret.status = "failing";
|
ret.status = "failing";
|
||||||
ret.output = [
|
ret.output = [
|
||||||
"Expected",
|
"Expected",
|
||||||
|
|
Loading…
Reference in a new issue