Skip to content

Commit

Permalink
Fix holdover from debugging session (aka "rogue print call")
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Dec 11, 2018
1 parent ddd483a commit 2b60fc2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]()

Expand Down

0 comments on commit 2b60fc2

Please sign in to comment.