Skip to content

Commit

Permalink
Merge pull request #95 from nextcloud/remove-console-log
Browse files Browse the repository at this point in the history
Remove console.log() call
  • Loading branch information
georgehrke authored Sep 27, 2016
2 parents dcef3cb + 3193b31 commit 7193457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/app/controllers/calcontroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ app.controller('CalController', ['$scope', 'Calendar', 'CalendarService', 'VEven
deleteAndRemoveEvent(vevent, fcEvent);
createAndRenderEvent(result.calendar, result.vevent.data, view.start, view.end, $scope.defaulttimezone);
}
console.log(result);
}).catch(function(reason) {
if (reason === 'delete') {
deleteAndRemoveEvent(vevent, fcEvent);
Expand Down

0 comments on commit 7193457

Please sign in to comment.