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

Commit 427734c

Browse files
committedFeb 23, 2016
rm unnecessary header
1 parent 180a5e4 commit 427734c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/http-api/resources/version.js

-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ exports.get = (request, reply) => {
1414
return reply(boom.badRequest(err))
1515
}
1616

17-
console.log('--------->')
18-
1917
reply({
2018
Version: ipfsVersion,
2119
Commit: '',
2220
Repo: repoVersion
2321
}).header('Transfer-Encoding', 'chunked')
24-
// .header('Trailer', 'X-Stream-Error')
2522
.type('application/json')
2623
})
2724
})

0 commit comments

Comments
 (0)
This repository has been archived.