Skip to content

Commit

Permalink
refactor(Request log): remove console log from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
morsdyce committed May 8, 2018
1 parent 0beac7f commit b494bc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/components/RequestLogs/RequestRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const editRequest = (request) => (event) => {

const RequestRow = ({ request, onSelect, selected, getCellWidth, query }) => {
const body = get(request, 'mock.response.body', request.response.body);
console.log({ params: request.params, isString: isString(request.params) });

return (
<Container onClick={onSelect(request)}
Expand Down

0 comments on commit b494bc1

Please sign in to comment.