1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 15:55:23 +02:00

remove debug

This commit is contained in:
hookenz 2024-01-09 15:06:21 +13:00 committed by Chaim Lev-Ari
parent 2741972041
commit 1371316d23

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{