Skip to content

Commit

Permalink
Merge pull request #41 from Aaron-Hartwig/patch-1
Browse files Browse the repository at this point in the history
removes console.log
  • Loading branch information
mobinni committed Aug 13, 2015
2 parents e775100 + eb88c30 commit 19d0e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/mbdatepicker.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ app.directive('mbDatepicker', ['$filter', ($filter)->
restrict: 'E',
transclude: true,
link: (scope, element, attrs) ->
console.log scope.calendarHeader

# Vars
selectors = document.querySelector('#dateSelectors')
today = moment()
Expand Down

0 comments on commit 19d0e78

Please sign in to comment.