Skip to content

Commit

Permalink
Merge pull request ReactiveX#449 from mattrjacobs/remove-merge-println
Browse files Browse the repository at this point in the history
Removing println from OperationMerge
  • Loading branch information
mattrjacobs committed Oct 23, 2013
2 parents 767557d + b05df24 commit 8e44bcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rxjava-core/src/main/java/rx/operators/OperationMerge.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public Subscription onSubscribe(Observer<? super Observable<? extends T>> observ

@Override
public void unsubscribe() {
System.out.println("unsubscribe from merge");
unsubscribed = true;
}

Expand Down

0 comments on commit 8e44bcb

Please sign in to comment.