Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Fagan authored and Robert Clark committed Feb 22, 2019
1 parent d73194b commit 73f4987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/games.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ $(document).ready ->
ids = window.location.href.split('#')
if ids.length > 1
id = ids.pop(1)
console.log 'here' #summaryTabs a[href="##{profile}"]'
$("#summaryTabs a[href=\"##{id}\"]").tab('show')

0 comments on commit 73f4987

Please sign in to comment.