diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index c180adfa66..8a66546e7d 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -443,7 +443,6 @@ require(['composer'], function(cmp) { cmp.push(tid); - console.log($('.post-window textarea'), $('#content_' + pid)); $('.post-window textarea').val('> ' + $('#content_' + pid).html() + '\n'); }); }