From 1fcb52a35dd3fb6b2c9d67c6b35dceca6bb070aa Mon Sep 17 00:00:00 2001
From: MikunoNaka <bokuwakanojogahoshii@yahoo.com>
Date: Sat, 3 Jul 2021 02:11:10 +0530
Subject: fixed datepicker bleeding through floating menu

---
 src/components/Form/Items/AddNewItemForm.tsx | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/components')

diff --git a/src/components/Form/Items/AddNewItemForm.tsx b/src/components/Form/Items/AddNewItemForm.tsx
index d3c873f..5be2eea 100644
--- a/src/components/Form/Items/AddNewItemForm.tsx
+++ b/src/components/Form/Items/AddNewItemForm.tsx
@@ -57,7 +57,6 @@ const AddNewItemForm: React.FC<Props> = (props) => {
     setItemGSTPercentage(i.TotalGST);
     setCurrentItem(i)
   }
-  console.log(currentItem)
 
   // check the item name value and do stuff accordingly
   const setItemInfo = (itemName: string) =>
-- 
cgit v1.2.3