Remove useless console.log

stable
Andrey Antukh 2014-09-12 20:08:32 +02:00
parent f078ec2632
commit be2872bd8f
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ KanbanSortableDirective = ($repo, $rs, $rootscope) ->
windowHeight = angular.element(window).height()
columnHeight = windowHeight - elementOffset - mainPadding
console.log elementOffset, windowHeight, columnHeight
$el.css("height", "#{columnHeight}px")
oldParentScope = null