Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vroudge committed Nov 6, 2017
1 parent 23d413f commit 74ea3fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/db/fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export const createFixturesFromDefinitions = (db, definitions) => {
* @returns {{}}
*/
const generateOneFixture = (db, model) => {
console.log(model);

const { type, modelName } = model;

switch (type) {
Expand Down

0 comments on commit 74ea3fa

Please sign in to comment.