From 940cd8c1f02f637485f48d7dc5f7a87c919f0dac Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Sat, 28 Aug 2010 22:21:27 -0700 Subject: [PATCH] Remove dumb debugging code --- ReactiveXaml/ReactiveCollection.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ReactiveXaml/ReactiveCollection.cs b/ReactiveXaml/ReactiveCollection.cs index 8457b5d17..bb3345a75 100644 --- a/ReactiveXaml/ReactiveCollection.cs +++ b/ReactiveXaml/ReactiveCollection.cs @@ -129,9 +129,6 @@ namespace ReactiveXaml var coll_changed = Observable.FromEvent(this, "CollectionChanged"); coll_changed.Subscribe(x => { - if (x.EventArgs.Action == NotifyCollectionChangedAction.Replace) { - int a = 1; - } switch(x.EventArgs.Action) { case NotifyCollectionChangedAction.Add: case NotifyCollectionChangedAction.Remove: