Skip to content

Commit

Permalink
Removed console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
gjovanov committed Jan 5, 2019
1 parent e451a8d commit 3a7e5c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/controller/user-controller.js
Expand Up @@ -184,8 +184,6 @@ async function uploadFile(upload, req, res) {
try {
const oldPath = join(usersFolder, file.filename)
const newPath = join(usersFolder, req.body.user, file.filename)
console.log(oldPath)
console.log(newPath)
const buffer = readFileSync(oldPath)

await sharp(buffer)
Expand Down

0 comments on commit 3a7e5c7

Please sign in to comment.