Skip to content

Commit c332862

Browse files
committed
Remove stray console.log from test
1 parent 2c975e0 commit c332862

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/28-accessing-analyzers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe35("Accessing analyzers", function() {
5858
});
5959
it("fetches information about all analyzers", async () => {
6060
const analyzers = await db.listAnalyzers();
61-
console.log(analyzers.map(a => a.name), allNames);
6261
expect(analyzers.map(a => a.name).sort()).to.eql(allNames);
6362
});
6463
});

0 commit comments

Comments
 (0)