Skip to content

Commit 5c358a2

Browse files
committed
fix: remove console.log from test to fix lint error
removed debug console.log statement that was causing eslint no-console rule violation
1 parent d15b24e commit 5c358a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/interface-tests/src/miscellaneous/version.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export function testVersion (factory: Factory<KuboNode>, options: MochaConfig):
2222

2323
it('should get the node version', async () => {
2424
const result = await ipfs.version()
25-
console.log('IPFS version:', result.version, 'commit:', result.commit)
2625
expect(result).to.have.a.property('version')
2726
expect(result).to.have.a.property('commit')
2827
expect(result).to.have.a.property('repo')

0 commit comments

Comments
 (0)