Skip to content

Commit

Permalink
Fixed small logs
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Rodg committed Nov 30, 2017
1 parent 3608954 commit a4839ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ app.get("/validar/create-preview", (req, res) => {

// Process creating a preview
app.post("/validar/create-preview", (req, res) => {
console.log(req.body);
let alreadyExists = false;
addDirectory(req.body)
.then(data => {
Expand Down

0 comments on commit a4839ed

Please sign in to comment.