git ssb

0+

ev / minbase



Commit 9e1528159782ce379400a8fd3bbb1319d2cbb464

remove console.logs

Ev Bogue committed on 3/25/2018, 11:27:30 PM
Parent: 3ee0398629a78832c2fbe78831ce756faeaeca74

Files changed

modules/star.jschanged
modules/star.jsView
@@ -15,9 +15,8 @@
1515 }
1616
1717 exports.create = function (api) {
1818 exports.message_content_mini = function (msg, sbot) {
19- console.log(config.emojiUrl)
2019 var star = config.emojiUrl + 'star.png'
2120 var stars = config.emojiUrl + 'stars.png'
2221 if(msg.value.content.type !== 'vote') return
2322 var link = msg.value.content.vote.link
@@ -30,9 +29,8 @@
3029 }
3130
3231 exports.message_action = function (msg, sbot) {
3332 var star = config.emojiUrl + 'star.png'
34- console.log(star)
3533 if(msg.value.content.type !== 'vote')
3634 return h('a.dig', {href: '#', onclick: function (e) {
3735 e.preventDefault()
3836 var dig = {

Built with git-ssb-web