remove dublicate log in miniconstellation

This commit is contained in:
Leonard Cohnen 2023-03-14 17:02:54 +01:00 committed by 3u13r
parent aa6dac684e
commit bb009e6166

View File

@ -80,7 +80,6 @@ func (m *miniUpCmd) up(cmd *cobra.Command, creator cloudCreator, spinner spinner
if err != nil {
return fmt.Errorf("preparing config: %w", err)
}
m.log.Debugf("Prepared configuration")
// create cluster
spinner.Start("Creating cluster in QEMU ", false)