File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/gephi-lite/src/views/graphPage/panels/layouts Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ export const LayoutForm: FC<{
7373 errors [ param . id ] = t ( `error.form.max` , { ...param , name } ) ;
7474 } ) ;
7575
76- console . log ( errors ) ;
7776 setErrors ( Object . keys ( errors ) . length > 0 ? errors : null ) ;
7877 } , [ layout , layoutParameters , t ] ) ;
7978
@@ -151,7 +150,6 @@ export const LayoutForm: FC<{
151150 // to ensure having up-to-date data:
152151 const latestSession = sessionAtom . get ( ) ;
153152 const latestLayoutParameters = latestSession . layoutsParameters [ layout . id ] || { } ;
154- console . log ( latestLayoutParameters ) ;
155153 onStart ( latestLayoutParameters ) ;
156154 if ( layout . type === "sync" )
157155 setSuccessMessage ( t ( "layouts.exec.success" , { layout : t ( `layouts.${ layout . id } .title` ) } ) ) ;
You can’t perform that action at this time.
0 commit comments