Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 15f871e

Browse files
committed
removes comments
1 parent 366f9b9 commit 15f871e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/test-core/test-init-node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const IPFSRepo = require('ipfs-repo')
66

77
function createTestRepo () {
88
const repoPath = '/tmp/ipfs-test-' + Math.random().toString().substring(2, 8) + '/'
9-
// console.log('repo', repoPath)
109

1110
var store
1211
var teardown

tests/test-core/test-init.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const IPFSRepo = require('ipfs-repo')
66

77
function createTestRepo () {
88
const repoPath = '/tmp/ipfs-test-' + Math.random().toString().substring(2, 8) + '/'
9-
// console.log('repo', repoPath)
109

1110
var store
1211
var teardown

0 commit comments

Comments
 (0)