Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari10 committed Apr 3, 2020
1 parent 159f875 commit 241d0c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function QuickButtons({ onQuickButtonClicked }: Props) {
);
}

console.log(buttons)
if (!buttons.length) return null;

return (
Expand Down

0 comments on commit 241d0c9

Please sign in to comment.