Skip to content

Commit 9591450

Browse files
committed
@W-17311830@ Removed errant console log
1 parent 674ce9e commit 9591450

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/code-analyzer-flowtest-engine/test/python/FlowTestCommandWrapper.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ describe('FlowTestCommandWrapper implementations', () => {
2020
};
2121

2222
beforeAll(async () => {
23-
console.log(process.cwd());
2423
results = await wrapper.runFlowTestRules(path.join(PATH_TO_WORKSPACES, 'contains-multiple-flows'), statusProcessorFunction);
2524
// The `counter` property is irrelevant to us, and causes problems across platforms. So delete it.
2625
for (const queryName of Object.keys(results.results)) {

0 commit comments

Comments
 (0)