Skip to content

Commit

Permalink
drop log
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger committed Apr 20, 2022
1 parent da5e9b2 commit 1939238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blocks/file-blocks/edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ const syntaxHighlighterLanguageMap = {
} as Record<string, string>;

const HunkComponent = ({ hunk, language }: { hunk: any; language: string }) => {
console.log(hunk);
return (
<pre className="px-5 py-3 text-left">
{hunk.changes.map((change: Hunk["change"], i: number) => (
Expand Down

0 comments on commit 1939238

Please sign in to comment.