[lib.client.xhr] DEBUG minmod
This commit is contained in:
parent
97617181b9
commit
22130a4b0b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue