Commit b6cd79c5e1a0310f9f20da0d3285e7e8ed8ccb7e
tidy
Dominic Tarr committed on 8/13/2016, 10:16:05 PMParent: 051f900ec0473ab94526bb8c02730c8a242bbc87
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -19,9 +19,8 @@ | |||
19 | 19 … | var item = data[i] | |
20 | 20 … | //mutate the items | |
21 | 21 … | var buf = item.value | |
22 | 22 … | item.offset = 0 + offset + _offset | |
23 | - console.log('item length', buf.length) | ||
24 | 23 … | b.writeUInt32BE(buf.length, 0 + offset) //start | |
25 | 24 … | b.writeUInt32BE(buf.length, 4+buf.length + offset) //end | |
26 | 25 … | item.value.copy(b, 4 + offset, 0, buf.length) | |
27 | 26 … | offset += buf.length + 8 | |
@@ -105,35 +104,4 @@ | |||
105 | 104 … | } | |
106 | 105 … | } | |
107 | 106 … | ||
108 | 107 … | ||
109 | - | ||
110 | - | ||
111 | - | ||
112 | - | ||
113 | - | ||
114 | - | ||
115 | - | ||
116 | - | ||
117 | - | ||
118 | - | ||
119 | - | ||
120 | - | ||
121 | - | ||
122 | - | ||
123 | - | ||
124 | - | ||
125 | - | ||
126 | - | ||
127 | - | ||
128 | - | ||
129 | - | ||
130 | - | ||
131 | - | ||
132 | - | ||
133 | - | ||
134 | - | ||
135 | - | ||
136 | - | ||
137 | - | ||
138 | - | ||
139 | - |
Built with git-ssb-web