Skip to content

Commit

Permalink
removing print
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed Jun 19, 2018
1 parent 61880ca commit c209c48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Protocols/Entity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ extension Entity where Self: NSManagedObject {

/// Create new query
public static var query: Query<Self> {
print(self)
return Query(self)
}

Expand Down

0 comments on commit c209c48

Please sign in to comment.