Revert "Suppress console debug and info logs in tests" This reverts commit 1faedf01870e574f0b446d724b5a8e327f7ec5e9. Reason for revert: Debug and info are useful for developer, let's not supress it Change-Id: I5ce7d524b14953020030a16d8860b5be8618b75f
diff --git a/polygerrit-ui/app/test/common-test-setup.ts b/polygerrit-ui/app/test/common-test-setup.ts index feb5ab4..ace488c 100644 --- a/polygerrit-ui/app/test/common-test-setup.ts +++ b/polygerrit-ui/app/test/common-test-setup.ts
@@ -104,11 +104,6 @@ } setup(function () { - // Very noisy. There are a lot of plugins / reportings that are logging to - // console.debug and console.info. We don't want to see them in the test output. - sinon.stub(console, 'debug'); - sinon.stub(console, 'info'); - testSetupTimestampMs = new Date().getTime(); currentTestName = this.currentTest?.title || 'unknown test';