Skip to content

Commit

Permalink
Remove another console.log that slipped through the cracks
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed May 21, 2020
1 parent e68f2a1 commit 5200690
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/pages/Log/components/Diff.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ class Diff extends PureComponent<Props, State> {
);
}

console.log(diff);

return (
<Container>
<Margin>
Expand Down

0 comments on commit 5200690

Please sign in to comment.