Skip to content

Commit

Permalink
deleted unnecessary console.log statment
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsmith24 committed May 12, 2015
1 parent e2ec1a9 commit c5f897c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/app/inbox/inbox.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ angular.module('familyThiefApp')
url: "api/mailbox",
method: "GET",
}).success(function(data, status) {
console.log(data);
$scope.contributions = data;
});
};
Expand Down

0 comments on commit c5f897c

Please sign in to comment.