Skip to content

Commit

Permalink
Minor - Remove unnecesary console.log - refs #8065
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Mar 7, 2016
1 parent 9471e4b commit 5d22cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/template/default/agenda/month.tpl
Expand Up @@ -245,7 +245,6 @@ $(document).ready(function() {
}
},
eventClick: function(calEvent, jsEvent, view) {
console.log(calEvent, jsEvent, view);
var start_date = calEvent.start.format("YY-MM-DD");
if (calEvent.allDay == 1) {
Expand Down

0 comments on commit 5d22cb0

Please sign in to comment.