Skip to content

Commit

Permalink
removing logs
Browse files Browse the repository at this point in the history
relates t #163
  • Loading branch information
pbywater committed Aug 2, 2017
1 parent f10d664 commit 9c7384b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/database/db_create.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const connect = require('./db_connect');
const hashPassword = require('./../helpers/hashPassword');

const createMemory = (login, newMemory, mediaType, callback) => {
console.log('tag is ', newMemory.tag);
console.log('heading is ', newMemory.heading);
console.log('memory_text is ', newMemory.memory_text);
newMemory.tag = newMemory.tag.toLowerCase();
connect.query(
`INSERT INTO memories
Expand Down

0 comments on commit 9c7384b

Please sign in to comment.