Commit dbbf237575999fcd3273f83ef6f4908813631a95
tidy
Dominic Tarr committed on 9/24/2016, 3:22:28 AMParent: 90c436bd8914ea406e130e3826256517f49361c5
Files changed
follower.js | changed |
indexes/clock.js | changed |
test/history.js | changed |
follower.js | ||
---|---|---|
@@ -97,11 +97,9 @@ | ||
97 | 97 … | ) |
98 | 98 … | } |
99 | 99 … | } |
100 | 100 … | |
101 | - build(null, function (err) { | |
102 | - //console.error(err) | |
103 | - }) | |
101 … | + build(null, function (err) {}) | |
104 | 102 … | |
105 | 103 … | return { |
106 | 104 … | get: function (key, cb) { |
107 | 105 … | //wait until the log has been processed up to the current point. |
@@ -130,5 +128,4 @@ | ||
130 | 128 … | } |
131 | 129 … | |
132 | 130 … | |
133 | 131 … | |
134 | - |
Built with git-ssb-web