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.
Files changed (2) hide show
  1. package/DynamoStream.js +0 -3
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "presidium",
3
- "version": "0.15.19",
3
+ "version": "0.15.20",
4
4
  "description": "A library for creating web services",
5
5
  "author": "Richard Tong",
6
6
  "license": "MIT",