Commit 884498c5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4410 from senny/dont_console_log_in_code

we should not use `console.log` in production code...
parents 20ed39e7 f3a92402
$ ->
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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment