Commit ee7026b442cd0c78287411daa9c3c9aa3ad3cde0
remove logs
Ev Bogue committed on 6/14/2018, 7:01:59 PMParent: b7c122f32a21918d997f6a13cc0d2e51f3ab4bcc
Files changed
tools.js | changed |
tools.js | ||
---|---|---|
@@ -38,11 +38,9 @@ | ||
38 | 38 | followingcount = document.getElementById('followingcount') |
39 | 39 | followingCount-- |
40 | 40 | followingcount.textContent = followingCount |
41 | 41 | var gotIt = document.getElementById('following:' + msg.value.content.contact.substring(0, 44)) |
42 | - console.log(gotIt) | |
43 | 42 | if (gotIt != null) { |
44 | - console.log('removing' + gotIt) | |
45 | 43 | gotIt.outerHTML = '' |
46 | 44 | } |
47 | 45 | } |
48 | 46 | } |
@@ -78,11 +76,9 @@ | ||
78 | 76 | followcount = document.getElementById('followercount') |
79 | 77 | followerCount-- |
80 | 78 | followcount.textContent = followerCount |
81 | 79 | var gotIt = document.getElementById('followers:' + msg.value.author.substring(0, 44)) |
82 | - console.log(gotIt) | |
83 | 80 | if (gotIt != null) { |
84 | - console.log('removing' + gotIt) | |
85 | 81 | gotIt.outerHTML = '' |
86 | 82 | } |
87 | 83 | } |
88 | 84 | } |
Built with git-ssb-web