mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 00:24:08 +00:00
fix: remove redundant error logging in JSON parsing (#3759)
This commit is contained in:
@@ -44,7 +44,7 @@ const parseDataFromResponse = (response, disableParsingResponseJson = false) =>
|
||||
data = JSON.parse(data);
|
||||
}
|
||||
} catch {
|
||||
console.log('Failed to parse response data as JSON');
|
||||
|
||||
}
|
||||
|
||||
return { data, dataBuffer };
|
||||
|
||||
Reference in New Issue
Block a user