removing console.log
This commit is contained in:
parent
e4f311b8a6
commit
f180c96d80
@ -19,7 +19,6 @@ class HelperXhr {
|
||||
*/
|
||||
static setSettings(req) {
|
||||
let obj = {};
|
||||
console.log(req);
|
||||
try {
|
||||
if (req.method.match(/POST|PUT/i)) {
|
||||
obj = Object.keys(req.body).length > 0 ? req.body : {};
|
||||
|
Reference in New Issue
Block a user