mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
remove debug statements
This commit is contained in:
parent
79688a1c16
commit
7e968fc10e
@ -314,10 +314,6 @@ WeaveSyncService.prototype = {
|
||||
return;
|
||||
}
|
||||
|
||||
this._log.debug("USERNAME: " + this.username);
|
||||
this._log.debug("PASSWORD: " + this.password);
|
||||
this._log.debug("PASSPHRASE: " + this.passphrase);
|
||||
|
||||
this._dav.baseURL = this._serverURL + "user/" + this.userPath + "/";
|
||||
this._log.info("Using server URL: " + this._dav.baseURL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user