mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-23 07:09:01 +01:00
Update console logs
This commit is contained in:
parent
7b55d52c11
commit
35db296c1f
@ -21,7 +21,6 @@ const ensureUrl = (url) => {
|
||||
};
|
||||
|
||||
const transformOpenapiRequestItem = (request) => {
|
||||
console.log(request);
|
||||
let _operationObject = request.operationObject;
|
||||
const brunoRequestItem = {
|
||||
uid: uuid(),
|
||||
@ -337,7 +336,7 @@ const importCollection = () => {
|
||||
.then(validateSchema)
|
||||
.then((collection) => resolve(collection))
|
||||
.catch((err) => {
|
||||
console.log(err);
|
||||
console.error(err);
|
||||
reject(new BrunoError('Import collection failed: ' + err.message));
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user