diff --git a/ui/src/components/AdvancePropertise/index.tsx b/ui/src/components/AdvancePropertise/index.tsx index 94377872f..28ac6a19d 100644 --- a/ui/src/components/AdvancePropertise/index.tsx +++ b/ui/src/components/AdvancePropertise/index.tsx @@ -298,8 +298,6 @@ const AdvancePropertise = (props: SchemaProps) => { }; const handleDragOver = (e:React.DragEvent, index:number) => { - console.log("inside function"); - e.preventDefault(); document.querySelectorAll('.element-wrapper').forEach((el, i) => { if (i === index) { diff --git a/ui/src/pages/Migration/index.tsx b/ui/src/pages/Migration/index.tsx index f39310a2c..489b6b968 100644 --- a/ui/src/pages/Migration/index.tsx +++ b/ui/src/pages/Migration/index.tsx @@ -122,7 +122,7 @@ const Migration = () => { } } catch (error) { // return error; - console.log(error); + console.error(error); } }; @@ -138,7 +138,7 @@ const Migration = () => { } } catch (error) { // return error; - console.log(error); + console.error(error); } } @@ -601,7 +601,7 @@ const Migration = () => { } } catch (error) { // return error; - console.log(error); + console.error(error); } }