removing console log

This commit is contained in:
Julian Lam
2013-06-04 16:24:28 -04:00
parent 1ff77f853c
commit 2b4782b376

View File

@@ -443,7 +443,6 @@
require(['composer'], function(cmp) { require(['composer'], function(cmp) {
cmp.push(tid); cmp.push(tid);
console.log($('.post-window textarea'), $('#content_' + pid));
$('.post-window textarea').val('> ' + $('#content_' + pid).html() + '\n'); $('.post-window textarea').val('> ' + $('#content_' + pid).html() + '\n');
}); });
} }