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

Commit bf48b9a

Browse files
committed
clean console log
1 parent 5aacf1c commit bf48b9a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/http-api/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,8 @@ exports = module.exports = function HttpApi (repo) {
8888

8989
this.stop = (callback) => {
9090
const repoPath = this.ipfs.repo.path()
91-
console.log('-> stoping api at %s', repoPath)
9291
fs.unlinkSync(path.join(repoPath, 'api'))
93-
94-
console.log('->', 'going to stop libp2p')
95-
9692
this.ipfs.libp2p.stop(() => {
97-
console.log('->', 'going to stop api server')
9893
this.server.stop(callback)
9994
})
10095
}

0 commit comments

Comments
 (0)