remove console.log

stable
Juanfran 2014-08-22 09:14:51 +02:00
parent a177060d57
commit b914b1f13b
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ ProjectsPaginationDirective = ($timeout) ->
renderNextAndPrev = -> renderNextAndPrev = ->
if projects.length if projects.length
pageSize = $el.find(".v-pagination-list").height() pageSize = $el.find(".v-pagination-list").height()
console.log pageSize
containerSize = container.height() containerSize = container.height()
if containerSize > pageSize if containerSize > pageSize
visible(nextBtn) visible(nextBtn)