Skip to content

Commit

Permalink
fix: removed console.log left over from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zapfire88 committed Feb 1, 2024
1 parent f4497e0 commit 136f52f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/manifests/utils/configs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ describe('configs', () => {

const [err, actual] = configs.getAllManifestConfigs(0, false, 100, 15);
// Assert
console.log(actual);
expect(err).toBeNull();
expect(actual.get(115)).toEqual(
new Map([
Expand Down

0 comments on commit 136f52f

Please sign in to comment.