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

This commit is contained in:
Yves Senn 2013-06-24 17:40:23 +02:00
parent a324960d92
commit f3a9240237
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
$ ->
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