Commit 6f773875 by dragonfi

Remove accidental console.log command

parent 0bddd5fe
...@@ -56,7 +56,6 @@ function MessageView(element, mentoring) { ...@@ -56,7 +56,6 @@ function MessageView(element, mentoring) {
$('.close', popupDOM).on('click', function() { $('.close', popupDOM).on('click', function() {
self.clearPopupEvents(); self.clearPopupEvents();
console.log(popupDOM);
publish_event({event_type:'xblock.mentoring.feedback.closed'}); publish_event({event_type:'xblock.mentoring.feedback.closed'});
}); });
}, },
......
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