mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
fix(caddy): remove debug prints
This commit is contained in:
@@ -71,9 +71,6 @@ func (c *Controller) Run(ctx context.Context) error {
|
||||
continue
|
||||
}
|
||||
containers, err = c.filterAvailableContainers(containerRecords)
|
||||
for _, c := range containers {
|
||||
fmt.Printf("## caddyfile container: %+v\n", c)
|
||||
}
|
||||
if err != nil {
|
||||
slog.Error("Failed to filter available containers.", "err", err)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user