소스 검색

Fixing typo

Javi Jimenez Villar 13 년 전
부모
커밋
47061c262d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/modules/Lungo.Notification.coffee

+ 0 - 1
src/modules/Lungo.Notification.coffee

@@ -97,7 +97,6 @@ Lungo.Notification = do(lng = Lungo) ->
     _subscribeEvents()
 
   _show = (html, stylesheet, block = true) ->
-    console.error "show", _window.hasClass("show")
     if block then _el.removeClass "push" else _el.addClass "push"
 
     unless _window.hasClass("show")