From bd908aeb471559b44a03cc3a22a0d93774a9177b Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 26 Jun 2024 13:31:29 -0500 Subject: [PATCH] removed logic Signed-off-by: Matt Bruce --- VDS/Components/TileContainer/TileContainer.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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