diff options
Diffstat (limited to 'src/mixins')
-rw-r--r-- | src/mixins/comment.pug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mixins/comment.pug b/src/mixins/comment.pug index d02c221..99231d8 100644 --- a/src/mixins/comment.pug +++ b/src/mixins/comment.pug | |||
@@ -19,9 +19,8 @@ mixin infoContainer(data) | |||
19 | 19 | ||
20 | mixin comment(com, isfirst) | 20 | mixin comment(com, isfirst) |
21 | - var data = com.data | 21 | - var data = com.data |
22 | - console.log(com) | ||
23 | - var hasReplyData = hasReplies(data) | 22 | - var hasReplyData = hasReplies(data) |
24 | 23 | ||
25 | if com.kind == "more" | 24 | if com.kind == "more" |
26 | div(class=`more ${isfirst ? 'first' : ''}`) | 25 | div(class=`more ${isfirst ? 'first' : ''}`) |
27 | | #{data.count} more #{fmttxt(data.count, 'comment')} | 26 | | #{data.count} more #{fmttxt(data.count, 'comment')} |