Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrowder65 committed Mar 26, 2019
1 parent 79b8c8b commit 201989f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Snackbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const SnackbarProvider = (() => {
};

const handleClose = (event, reason) => {
console.log(reason);
if (reason === "clickaway") {
return;
}
Expand Down

0 comments on commit 201989f

Please sign in to comment.