From 22130a4b0b3eb89d581953f6d3a619901be56026 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 27 Mar 2018 13:59:59 +0200 Subject: [PATCH] [lib.client.xhr] DEBUG minmod --- webpack/lib/client/xhr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/lib/client/xhr.js b/webpack/lib/client/xhr.js index 369ec41..b3c3a09 100644 --- a/webpack/lib/client/xhr.js +++ b/webpack/lib/client/xhr.js @@ -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;