@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