From 9a16be3261e440652e0964b9d10048be50329ac0 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 26 Jan 2022 14:34:55 -0800 Subject: [PATCH] Remove debug print statement --- iOS/MasterFeed/Cell/MasterFeedTableViewCellLayout.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/iOS/MasterFeed/Cell/MasterFeedTableViewCellLayout.swift b/iOS/MasterFeed/Cell/MasterFeedTableViewCellLayout.swift index 84bafbc91..d4c7338bb 100644 --- a/iOS/MasterFeed/Cell/MasterFeedTableViewCellLayout.swift +++ b/iOS/MasterFeed/Cell/MasterFeedTableViewCellLayout.swift @@ -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