Commit f3a92402 authored by Yves Senn's avatar Yves Senn

we should not use `console.log` in production code...

parent a324960d
$ ->
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