remove log events

此提交包含在:
Paul Frazee
2015-09-30 12:35:23 -05:00
父節點 49c1608470
當前提交 dfddc05330

查看文件

@@ -68,7 +68,6 @@ function onHover (e) {
// update UI to reflect index changes // update UI to reflect index changes
function onIndexEvent (event) { function onIndexEvent (event) {
console.log('onIndexEvent', event)
if (event.type == 'home-add') if (event.type == 'home-add')
app.observ.newPosts(1 + app.observ.newPosts()) app.observ.newPosts(1 + app.observ.newPosts())
if (event.type == 'index-change') { if (event.type == 'index-change') {
@@ -94,8 +93,6 @@ function onBlobDownloaded (hash) {
} }
function onGossipEvent (e) { function onGossipEvent (e) {
console.log(e)
// update the peers // update the peers
var i var i
for (i=0; i < app.peers.length; i++) { for (i=0; i < app.peers.length; i++) {
@@ -114,8 +111,6 @@ function onGossipEvent (e) {
} }
function onReplicationEvent (e) { function onReplicationEvent (e) {
console.log(e)
// update the peers // update the peers
var progress = { feeds: e.feeds, sync: e.sync, current: e.progress, total: e.total } var progress = { feeds: e.feeds, sync: e.sync, current: e.progress, total: e.total }
var i var i