src/FingersDance.ViewModel/AnnotationViewModel.cs
changeset 136 8b513df1b446
parent 129 1f37ef03ebee
child 146 dd8ed4d3beb6
--- a/src/FingersDance.ViewModel/AnnotationViewModel.cs	Wed Oct 07 17:16:46 2009 +0200
+++ b/src/FingersDance.ViewModel/AnnotationViewModel.cs	Fri Oct 09 11:33:35 2009 +0200
@@ -20,8 +20,6 @@
             this._dur = a.Dur;
             this._gestureType = a.GestureType;
             this._marginLeft = marginLeft;
-
-            Console.WriteLine("_tcBegin = " + _tcBegin + ", _marginLeft = " + _marginLeft);
         }
 
         public float TcBegin