@live-change/dao 0.9.200 → 0.9.203

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.
@@ -395,8 +395,6 @@ class Connection extends EventEmitter {
395
395
  if(this.settings.logLevel > 0) debug("connected")
396
396
  this.connected = true
397
397
  if(!this.settings.fastAuth) {
398
- console.log("SENDING CREDENTIALS", this.credentials)
399
- console.log("ORIGINAL CREDENTIALS", this.credentials[originalCredentialsSymbol])
400
398
  this.send({
401
399
  ...this.credentials[originalCredentialsSymbol],
402
400
  ...this.credentials,
package/package.json CHANGED
@@ -35,6 +35,6 @@
35
35
  "scripts": {
36
36
  "test": "NODE_ENV=test tape tests/*"
37
37
  },
38
- "version": "0.9.200",
39
- "gitHead": "a509834e600a546297faa7d1534b6f52e66d2e66"
38
+ "version": "0.9.203",
39
+ "gitHead": "4d4ce413fe747da2c398eb4ad378e37cc81874b3"
40
40
  }