git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Commit ee7026b442cd0c78287411daa9c3c9aa3ad3cde0

remove logs

Ev Bogue committed on 6/14/2018, 7:01:59 PM
Parent: b7c122f32a21918d997f6a13cc0d2e51f3ab4bcc

Files changed

tools.jschanged
tools.jsView
@@ -38,11 +38,9 @@
3838 followingcount = document.getElementById('followingcount')
3939 followingCount--
4040 followingcount.textContent = followingCount
4141 var gotIt = document.getElementById('following:' + msg.value.content.contact.substring(0, 44))
42- console.log(gotIt)
4342 if (gotIt != null) {
44- console.log('removing' + gotIt)
4543 gotIt.outerHTML = ''
4644 }
4745 }
4846 }
@@ -78,11 +76,9 @@
7876 followcount = document.getElementById('followercount')
7977 followerCount--
8078 followcount.textContent = followerCount
8179 var gotIt = document.getElementById('followers:' + msg.value.author.substring(0, 44))
82- console.log(gotIt)
8380 if (gotIt != null) {
84- console.log('removing' + gotIt)
8581 gotIt.outerHTML = ''
8682 }
8783 }
8884 }

Built with git-ssb-web