Skip to content

Commit

Permalink
Merge pull request #87 from JettF/remove_deinitMessage
Browse files Browse the repository at this point in the history
Removed `print("deinit")` call.
  • Loading branch information
srdanrasic authored Jun 30, 2016
2 parents ae8c550 + 09c45cb commit 33dc7f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Foundation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ public class RKKeyValueStream<T>: NSObject, StreamType {

deinit {
subject.completed()
print("deinit")
}

public override func observeValueForKeyPath(keyPath: String?, ofObject object: AnyObject?, change: [String : AnyObject]?, context: UnsafeMutablePointer<Void>) {
Expand Down

0 comments on commit 33dc7f7

Please sign in to comment.