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