diff --git a/Source/SwiftLintFramework/Rules/Style/TypeContentsOrderRule.swift b/Source/SwiftLintFramework/Rules/Style/TypeContentsOrderRule.swift index 70df6efd772..a9b280f8643 100644 --- a/Source/SwiftLintFramework/Rules/Style/TypeContentsOrderRule.swift +++ b/Source/SwiftLintFramework/Rules/Style/TypeContentsOrderRule.swift @@ -34,7 +34,6 @@ public struct TypeContentsOrderRule: ConfigurationProviderRule, OptInRule { var violations = [StyleViolation]() var lastMatchingIndex = -1 - print(configuration.order) for expectedTypesContents in configuration.order { var potentialViolatingIndexes = [Int]()