Skip to content

Commit eb72b86

Browse files
committed
hide print
1 parent 9acb905 commit eb72b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/backend/app/containerdb/containerdb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func checkAndManageLogSize(host string, container string) error {
5252
}
5353
}
5454

55-
fmt.Printf("Max size: %d, current dir size: %d\n", maxSize, totalSize)
55+
// fmt.Printf("Max size: %d, current dir size: %d\n", maxSize, totalSize)
5656
if totalSize <= maxSize {
5757
break
5858
}

0 commit comments

Comments
 (0)