Commit 2bcbc7c6 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'remove-console-log' into 'master'

Remove console.log call



See merge request !3322
parents ffc3acd4 e79f4a79
......@@ -5,7 +5,6 @@ class @Aside
e.preventDefault()
btn = $(e.currentTarget)
icon = btn.find('i')
console.log('1')
if icon.hasClass('fa-angle-left')
btn.parent().find('section').hide()
......
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