From f7a0a01811f4bffef713247375f56a3ebd76a9f7 Mon Sep 17 00:00:00 2001 From: wrzesinski-hubert Date: Wed, 21 Oct 2020 13:01:59 +0200 Subject: [PATCH] 123 --- src/components/Rightbar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Rightbar.tsx b/src/components/Rightbar.tsx index 881b915..97e36fc 100644 --- a/src/components/Rightbar.tsx +++ b/src/components/Rightbar.tsx @@ -69,7 +69,6 @@ export const Rightbar = () => { const save = debounce(() => { saveBasket(); setOpen(true); - console.log("chujec") },500); const handleClose = (event?: React.SyntheticEvent, reason?: string) => {