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

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 12, 2018
1 parent cd3d25e commit 405a7e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/http/api/routes/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ module.exports = (server) => {
}
)
} else {
console.log(file)
pump(
request.payload,
fs.createWriteStream(file),
Expand Down

0 comments on commit 405a7e6

Please sign in to comment.