[lib.client.xhr] DEBUG minmod

This commit is contained in:
xdrm-brackets 2018-03-27 13:59:59 +02:00
parent 97617181b9
commit 22130a4b0b
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ export default class XHRClientDriver extends ClientDriver{
this.xhr.send(form_data);
/* (5) DEBUG */
( XHRClientDriver.DEBUG ) && console.log(`XHRClientDriver(url '${protocol}${request_uri}', form '`, form_data, `'`);
( XHRClientDriver.DEBUG ) && console.log(`XHRClientDriver.send(url '${protocol}${request_uri}', form '`, form_data, `'`);
return true;