mirror of
https://github.com/flarum/framework.git
synced 2025-04-24 21:54:04 +08:00
Get rid of console.log
This commit is contained in:
parent
039606e325
commit
d44b2e840b
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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user