git ssb

2+

mixmix / ticktack



Commit 55ff62f5eea8b7d0e3fb82d71183f46c8b686c5a

remove logging

Dominic Tarr committed on 8/14/2017, 5:36:42 AM
Parent: bece765b487127c47d7cd4da71eb2574d7218dde

Files changed

app/html/thread-card.jschanged
app/html/thread-card.jsView
@@ -96,12 +96,9 @@
9696 ])
9797
9898 const lastReply = thread.replies &&
9999 lodash.maxBy(thread.replies, function (e) { return e.timestamp })
100- if(thread.replies)
101- console.log(thread.replies.map(function (r) {
102- return r.timestamp - thread.timestamp
103- }))
100+
104101 var replySample = lastReply ? subject(lastReply) : null
105102
106103 return h('div.thread', link(thread), [
107104 h('div.context', threadIcon(thread)),
@@ -115,4 +112,5 @@
115112 ])
116113 }}}}
117114 }
118115
116+

Built with git-ssb-web