Remove console logs.
parent
6d4dc6f242
commit
242d9a4d2a
|
@ -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")
|
||||
|
||||
|
|
|
@ -46,8 +46,6 @@ class ProjectsNavigationController extends taiga.Controller
|
|||
|
||||
ProjectsNavigationDirective = ->
|
||||
link = ($scope, $el, $attrs, $ctrl) ->
|
||||
console.log "PROJECTS NAV"
|
||||
|
||||
|
||||
return {
|
||||
link: link
|
||||
|
|
Loading…
Reference in New Issue