File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
components/AdvancePropertise Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -298,8 +298,6 @@ const AdvancePropertise = (props: SchemaProps) => {
298298 } ;
299299
300300 const handleDragOver = ( e :React . DragEvent < HTMLDivElement > , index :number ) => {
301- console . log ( "inside function" ) ;
302-
303301 e . preventDefault ( ) ;
304302 document . querySelectorAll ( '.element-wrapper' ) . forEach ( ( el , i ) => {
305303 if ( i === index ) {
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ const Migration = () => {
122122 }
123123 } catch ( error ) {
124124 // return error;
125- console . log ( error ) ;
125+ console . error ( error ) ;
126126 }
127127 } ;
128128
@@ -138,7 +138,7 @@ const Migration = () => {
138138 }
139139 } catch ( error ) {
140140 // return error;
141- console . log ( error ) ;
141+ console . error ( error ) ;
142142 }
143143 }
144144
@@ -442,7 +442,6 @@ const Migration = () => {
442442 Object . values ( newMigrationData ?. destination_stack ?. localeMapping ) ?. some (
443443 ( value ) => value !== '' || value !== null || value !== undefined
444444 ) ;
445- console . log ( hasNonEmptyMapping ) ;
446445
447446 const master_locale :any = { } ;
448447 const locales : any = { } ;
@@ -592,7 +591,7 @@ const Migration = () => {
592591 }
593592 } catch ( error ) {
594593 // return error;
595- console . log ( error ) ;
594+ console . error ( error ) ;
596595 }
597596 }
598597
You can’t perform that action at this time.
0 commit comments