Remove debug print statement

This commit is contained in:
Maurice Parker
2022-01-26 14:34:55 -08:00
parent a6b302f8f2
commit 9a16be3261

View File

@@ -34,7 +34,6 @@ struct MasterFeedTableViewCellLayout {
init(cellWidth: CGFloat, insets: UIEdgeInsets, label: UILabel, unreadCountView: MasterFeedUnreadCountView, showingEditingControl: Bool, indent: Bool, shouldShowDisclosure: Bool, itemIsInFolder: Bool) {
print(insets)
var initialIndent = insets.left
if indent {
initialIndent += MasterFeedTableViewCellLayout.indentWidth