提交 884498c5 编写于 作者: D Dmitriy Zaporozhets

Merge pull request #4410 from senny/dont_console_log_in_code

we should not use `console.log` in production code...
$ ->
new Dispatcher()
class Dispatcher
constructor: () ->
@initSearch()
......@@ -10,8 +10,6 @@ class Dispatcher
page = $('body').attr('data-page')
project_id = $('body').attr('data-project-id')
console.log(page)
unless page
return false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册