fix: remove debug exit on startup

that's on me!

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
This commit is contained in:
Matthias Riegler
2023-10-03 00:04:27 +02:00
parent 0064ed77d7
commit 0170f70cc0

View File

@@ -69,8 +69,6 @@ func main() {
log.FromContext(ctx).Error("Failed to load configuration", zap.Error(err))
cancelCtx(err)
}
fmt.Printf("cbAgentConfig: %+v\n", cbAgentConfig)
os.Exit(1)
computebladeAgent, err := agent.NewComputeBladeAgent(cbAgentConfig)
if err != nil {