Remove some console logs

stable
David Barragán Merino 2014-11-04 13:16:35 +01:00
parent 0597881e02
commit 77a6d7d49a
2 changed files with 0 additions and 3 deletions

View File

@ -143,8 +143,6 @@ ProjectValuesDirective = ($log, $repo, $confirm, $location, animationFrame) ->
goToBottomList = (focus = false) =>
table = $el.find(".table-main")
console.log(table.offset().top + table.height())
$(document.body).scrollTop(table.offset().top + table.height())
if focus

View File

@ -357,7 +357,6 @@ ProjectMenuDirective = ($log, $compile, $auth, $rootscope, $tgAuth, $location, $
$el.on "click", ".logo", (event) ->
event.preventDefault()
target = angular.element(event.currentTarget)
console.log target
$rootscope.$broadcast("nav:projects-list:open")
$el.on "click", ".user-settings .avatar", (event) ->