mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 12:03:33 +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
|
continue
|
||||||
}
|
}
|
||||||
containers, err = c.filterAvailableContainers(containerRecords)
|
containers, err = c.filterAvailableContainers(containerRecords)
|
||||||
for _, c := range containers {
|
|
||||||
fmt.Printf("## caddyfile container: %+v\n", c)
|
|
||||||
}
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
slog.Error("Failed to filter available containers.", "err", err)
|
slog.Error("Failed to filter available containers.", "err", err)
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user