mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Removed stray console.log
This commit is contained in:
parent
c237d65bad
commit
6ba548e21e
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@
|
|||
var body = {};
|
||||
if(bodyFormat == 'json') {
|
||||
body = unflattenDict(params);
|
||||
body = JSON.stringify(body); console.log(body);
|
||||
body = JSON.stringify(body);
|
||||
} else {
|
||||
body = params;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue