Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Removed uneccesary console logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lindros committed Feb 20, 2014
1 parent f990943 commit ba48865
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sd_card/web/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ app.controller('DoorsCtrl', ['$scope', 'ConfigService', 'WebsocketService', 'Ale
};

$scope.pushRexButton = function(doorId, id) {
console.log("YEAH")
if (doorId && id) {
WebsocketService.pushRexButton(doorId, id);
}
Expand Down Expand Up @@ -460,7 +459,6 @@ app.controller('DoorsCtrl', ['$scope', 'ConfigService', 'WebsocketService', 'Ale
},
// If request failed we show an alert.
function(response) {
console.log(response)
AlertService.addAlert("danger", "Could not get configuration from Arduino.");
}
);
Expand Down

0 comments on commit ba48865

Please sign in to comment.