git ssb

0+

Piet / ssb-loomio



Commit 6294326f0bdd2daeacee0ae1645386a1205f0e1a

remove comments

Piet Geursen committed on 5/14/2018, 7:26:13 AM
Parent: 005d96945b4f98ba0b463b4b099dc055e3ac6b39

Files changed

poll/obs/get.jschanged
poll/obs/get.jsView
@@ -75,14 +75,8 @@
7575 poll,
7676 myPosition
7777 }))
7878
79- // sortedPositions(console.log)
80- // pollDoc.sync(console.log)
81- // pollDoc.results(console.log)
82- // pollDoc(console.log)
83- // pollDoc.myPosition(console.log)
84-
8579 server.get(key, (err, value) => {
8680 if (err) return err
8781
8882 var poll = { key, value }

Built with git-ssb-web