remove extraneous comments
This commit is contained in:
parent
1eb1fc220e
commit
edea5de5ea
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ namespace KitsuneCafe.UI
|
||||||
{
|
{
|
||||||
cts.Cancel();
|
cts.Cancel();
|
||||||
return Raise(UiEvent.OnDestroy, token)
|
return Raise(UiEvent.OnDestroy, token)
|
||||||
.Do(onDispose: () => Debug.Log("Disposing OnDestroy"))
|
|
||||||
.Do(onCompleted: _ => DespawnNow(),
|
.Do(onCompleted: _ => DespawnNow(),
|
||||||
onErrorResume: _ => DespawnNow())
|
onErrorResume: _ => DespawnNow())
|
||||||
.AsUnitObservable();
|
.AsUnitObservable();
|
||||||
|
|
Loading…
Add table
Reference in a new issue