Skip to content

Commit a12eec7

Browse files
committed
Removed debugPrint in contains
1 parent 6278fe4 commit a12eec7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CoreDataQueryInterface/CustomExpressionConvertible.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ extension CustomExpressionConvertible {
2121
} else {
2222
rightExpression = NSExpression(forConstantValue: rhs as! AnyObject?)
2323
}
24-
debugPrint(rightExpression)
2524
return NSComparisonPredicate(leftExpression: expression, rightExpression: rightExpression, modifier: .DirectPredicateModifier, type: type, options: options)
2625
}
2726
public func equalTo(rhs: Any?, options: NSComparisonPredicateOptions = []) -> NSPredicate {

0 commit comments

Comments
 (0)