mirror of
https://github.com/gchq/CyberChef
synced 2024-12-28 21:43:21 +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) {
|
||||
ret.status = "passing";
|
||||
} else {
|
||||
console.log(result);
|
||||
ret.status = "failing";
|
||||
ret.output = [
|
||||
"Expected",
|
||||
|
|
Loading…
Reference in a new issue