Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Remove debuglog
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Oct 8, 2015
1 parent 8154c59 commit 9290a2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/UniRx/Scripts/UnityEngineBridge/Observable.Unity.cs
Expand Up @@ -730,12 +730,10 @@ public static IEnumerator ToAwaitableEnumerator<T>(this IObservable<T> source, A
.SubscribeOnMainThread()
.Finally(() =>
{
UnityEngine.Debug.Log("called finally");
running = false;
})
.Subscribe(t =>
{
UnityEngine.Debug.Log("called subscribe");
onResult(t);
}, onError, () =>
{
Expand Down

0 comments on commit 9290a2a

Please sign in to comment.