mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-07 14:12:57 -04:00
remove dublicate log in miniconstellation
This commit is contained in:
parent
aa6dac684e
commit
bb009e6166
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ func (m *miniUpCmd) up(cmd *cobra.Command, creator cloudCreator, spinner spinner
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("preparing config: %w", err)
|
return fmt.Errorf("preparing config: %w", err)
|
||||||
}
|
}
|
||||||
m.log.Debugf("Prepared configuration")
|
|
||||||
|
|
||||||
// create cluster
|
// create cluster
|
||||||
spinner.Start("Creating cluster in QEMU ", false)
|
spinner.Start("Creating cluster in QEMU ", false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue