Removing dummy console.log's

stable
Jesús Espino 2014-09-10 18:07:15 +02:00
parent 8f2cb309b3
commit 22f15d3724
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ DateSelectorDirective =->
if $attrs.greaterThan
$scope.$watch $attrs.greaterThan, (val) ->
console.log "HOLA"
console.log val
$el.picker.setMinDate(moment(val))
if $attrs.lessThan