remove debug

pull/10900/head
hookenz 2024-01-09 15:06:21 +13:00 committed by Chaim Lev-Ari
parent 2741972041
commit 1371316d23
1 changed files with 0 additions and 3 deletions

View File

@ -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{