diff --git a/VDS/Components/TileContainer/TileContainer.swift b/VDS/Components/TileContainer/TileContainer.swift index d2425464..ad356065 100644 --- a/VDS/Components/TileContainer/TileContainer.swift +++ b/VDS/Components/TileContainer/TileContainer.swift @@ -326,10 +326,7 @@ open class TileContainerBase: Control where Padding containerViewTrailingLessThanOrEqualConstraint?.deactivate() containerViewTrailingConstraint?.deactivate() - - print("Width: \(width?.description ?? "none")") - print("Height: \(height?.description ?? "none")") - + //run logic to determine which to activate if let width, aspectRatio == .none && height == nil{ widthConstraint?.constant = width