mirror of
https://github.com/flarum/framework.git
synced 2025-07-12 12:00:22 +08:00
Get rid of console.log
This commit is contained in:
1
extensions/sticky/js/bootstrap.js
vendored
1
extensions/sticky/js/bootstrap.js
vendored
@ -70,7 +70,6 @@ app.initializers.add('sticky', function() {
|
||||
var discussion = this.props.discussion;
|
||||
|
||||
if (discussion.isSticky()) {
|
||||
console.log(discussion.startPost())
|
||||
var startPost = discussion.startPost();
|
||||
if (startPost) {
|
||||
var excerpt = m('span', truncate(startPost.contentPlain(), 200));
|
||||
|
Reference in New Issue
Block a user