diff --git a/app/repo/statusRepo.js b/app/repo/statusRepo.js index 47e72c4..5453c65 100644 --- a/app/repo/statusRepo.js +++ b/app/repo/statusRepo.js @@ -5,7 +5,5 @@ app.repo("StatusRepo", function StatusRepo() { mapping: [''] }; - console.log(this.getAll()); - return this; }); \ No newline at end of file