presidium 0.15.19 → 0.15.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DynamoStream.js +0 -3
- package/package.json +1 -1
package/DynamoStream.js
CHANGED
|
@@ -214,9 +214,6 @@ DynamoStream.prototype[Symbol.asyncIterator] = async function* () {
|
|
|
214
214
|
|
|
215
215
|
shards = latestShards
|
|
216
216
|
if (newShards.length > 0) {
|
|
217
|
-
newShards.forEach(Shard => {
|
|
218
|
-
console.log('New shard:', Shard.ShardId, new Date().toLocaleString())
|
|
219
|
-
})
|
|
220
217
|
muxAsyncIterator = Mux.race([
|
|
221
218
|
...newShards.map(Shard => this.getRecords(Shard)),
|
|
222
219
|
muxAsyncIterator,
|