mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Removed stray console.log
This commit is contained in:
parent
c237d65bad
commit
6ba548e21e
@ -255,7 +255,7 @@
|
|||||||
var body = {};
|
var body = {};
|
||||||
if(bodyFormat == 'json') {
|
if(bodyFormat == 'json') {
|
||||||
body = unflattenDict(params);
|
body = unflattenDict(params);
|
||||||
body = JSON.stringify(body); console.log(body);
|
body = JSON.stringify(body);
|
||||||
} else {
|
} else {
|
||||||
body = params;
|
body = params;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user