Skip to content

Commit a3ae29f

Browse files
pfaffeDevtools-frontend LUCI CQ
authored andcommitted
[ve] remove excessive error logging
Bug: none Change-Id: I0b02e570d3c184580830aac9b5b8614383df9167 No-Tree-Checks: true Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6333534 Commit-Queue: Philip Pfaffe <[email protected]> Auto-Submit: Philip Pfaffe <[email protected]> Reviewed-by: Danil Somsikov <[email protected]>
1 parent 63cb081 commit a3ae29f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

front_end/ui/visual_logging/Debugging.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ export async function expectVeEvents(expectedEvents: TestLogEntry[]): Promise<vo
678678

679679
const timeout = setTimeout(() => {
680680
if (pendingEventExpectation?.missingEvents) {
681-
console.error('Available VE events:', JSON.stringify(veDebugEventsLog, null, ' '));
682681
pendingEventExpectation.fail(new Error(
683682
'Missing VE Events: ' +
684683
pendingEventExpectation.missingEvents

0 commit comments

Comments
 (0)