Skip to content

Commit

Permalink
Removing println from OperationMerge
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrjacobs committed Oct 23, 2013
1 parent 767557d commit b05df24
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 b05df24

Please sign in to comment.