Skip to content

Commit

Permalink
fix: remove redundant error logging in JSON parsing (#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragadesh-45 authored Jan 8, 2025
1 parent f5ff40a commit 96d6bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bruno-cli/src/utils/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit 96d6bf1

Please sign in to comment.