Skip to content

Commit 7dd732f

Browse files
committed
chore: removed debug code
1 parent 9d2ae22 commit 7dd732f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

views/default/forms/object/question/moveToDiscussion.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ define(function() {
66
$(document).on('click', '#questions-move-to-discussions', function() {
77

88
var text = $(this).attr('rel');
9-
console.log(text);
109
if (!confirm(text)) {
1110
return false;
1211
}

0 commit comments

Comments
 (0)