Skip to content

Commit

Permalink
Removed print("deinit") call.
Browse files Browse the repository at this point in the history
  • Loading branch information
JettF committed Jun 29, 2016
1 parent ae8c550 commit 09c45cb
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 09c45cb

Please sign in to comment.