Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecrt committed Aug 25, 2016
1 parent f69b01e commit 69f09b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "E-Commerce Backend API",
"private": false,
"repository" : {
"type" : "git",
"url" : "https://github.com/yoonic/atlas.git"
},
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development nodemon index | bunyan"
Expand Down
3 changes: 0 additions & 3 deletions src/resources/collections/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ class Collection {
*/
@DBDecorators.table(tables.Collection)
static async update(collectionId, {enabled, images, name, tags, metadata, parentId, description=null}) {

console.log(parentId);

let obj = {
enabled,
images,
Expand Down

0 comments on commit 69f09b7

Please sign in to comment.