Skip to content

Commit

Permalink
Removes long forgotten "debugger" call
Browse files Browse the repository at this point in the history
  • Loading branch information
jerefrer committed Dec 19, 2013
1 parent 3da99f6 commit 4131527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/mercury/mercury.js.coffee
Expand Up @@ -100,7 +100,6 @@ jQuery.extend @Mercury,
locale: ->
return Mercury.determinedLocale if Mercury.determinedLocale
if Mercury.config.localization.enabled
debugger
locale = []
if navigator.language && (locale = navigator.language.toString().split('-')).length
topLocale = Mercury.I18n[locale[0]] || {}
Expand Down

0 comments on commit 4131527

Please sign in to comment.