Remove console logs.

stable
Andrey Antukh 2014-07-10 12:10:42 +02:00
parent 6d4dc6f242
commit 242d9a4d2a
2 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@ module = angular.module("taigaBase", ["taigaLocales"])
TaigaMainDirective = ($rootscope, $window) ->
link = ($scope, $el, $attrs) ->
console.log "MAIN KAKA"
$window.onresize = () ->
$rootscope.$broadcast("resize")

View File

@ -46,8 +46,6 @@ class ProjectsNavigationController extends taiga.Controller
ProjectsNavigationDirective = ->
link = ($scope, $el, $attrs, $ctrl) ->
console.log "PROJECTS NAV"
return {
link: link