Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Aug 2, 2018
1 parent 24fceaf commit eca1f8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/repo/statusRepo.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ app.repo("StatusRepo", function StatusRepo() {
mapping: ['']
};

console.log(this.getAll());

return this;
});

0 comments on commit eca1f8d

Please sign in to comment.