Skip to content

Commit

Permalink
remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentPuget committed Aug 21, 2015
1 parent ea79793 commit 63c0685
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/flex-calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
});

$scope.$watch('events', function() {
console.log("watch events");
createMappedEvents();
calculateWeeks();
});
Expand Down
2 changes: 1 addition & 1 deletion dist/flex-calendar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/flex-calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
});

$scope.$watch('events', function() {
console.log("watch events");
createMappedEvents();
calculateWeeks();
});
Expand Down

0 comments on commit 63c0685

Please sign in to comment.