Skip to content

Commit 5c82f22

Browse files
committed
disable debug logging
1 parent b3d830c commit 5c82f22

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/firestore/test/integration/api/pipeline.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ import {
147147

148148
use(chaiAsPromised);
149149

150-
setLogLevel('debug');
151-
152150
const timestampDeltaMS = 1000;
153151

154152
apiDescribe.skipClassic('Pipelines', persistence => {

packages/firestore/test/integration/api/query_to_pipeline.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ import { execute, PipelineSnapshot } from '../util/pipeline_export';
5252

5353
use(chaiAsPromised);
5454

55-
setLogLevel('debug');
56-
5755
// This is the Query integration tests from the lite API (no cache support)
5856
// with some additional test cases added for more complete coverage.
5957
apiDescribe.skipClassic('Query to Pipeline', persistence => {

0 commit comments

Comments
 (0)