mirror of
https://github.com/compute-blade-community/compute-blade-agent.git
synced 2026-04-16 15:35:42 +02:00
fix: remove debug exit on startup
that's on me! Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user