diff options
Diffstat (limited to 'tools/wpt/runner.ts')
| -rw-r--r-- | tools/wpt/runner.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/wpt/runner.ts b/tools/wpt/runner.ts index dffeacae1..90898ae6f 100644 --- a/tools/wpt/runner.ts +++ b/tools/wpt/runner.ts @@ -154,7 +154,6 @@ export async function runSingleTest( harnessStatus = JSON.parse(line.slice(5)); } else { stderr += line + "\n"; - console.error(line); } } |
