mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 15:55:23 +02:00
remove debug
This commit is contained in:
parent
2741972041
commit
1371316d23
1 changed files with 0 additions and 3 deletions
|
@ -13,7 +13,6 @@ import (
|
|||
"github.com/portainer/portainer/api/http/proxy/factory"
|
||||
"github.com/portainer/portainer/api/stacks/stackutils"
|
||||
"github.com/portainer/portainer/pkg/libstack"
|
||||
"github.com/rs/zerolog/log"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
@ -54,8 +53,6 @@ func (manager *ComposeStackManager) Up(ctx context.Context, stack *portainer.Sta
|
|||
return errors.Wrap(err, "failed to create env file")
|
||||
}
|
||||
|
||||
log.Debug().Msgf("Deploying stack named: %s", stack.Name)
|
||||
|
||||
filePaths := stackutils.GetStackFilePaths(stack, true)
|
||||
err = manager.deployer.Deploy(ctx, filePaths, libstack.DeployOptions{
|
||||
Options: libstack.Options{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue