Author: alanmc
Date: 2007-08-08 17:16:26 -0400 (Wed, 08 Aug 2007)
New Revision: 83694

Modified:
   trunk/lunareclipse/ChangeLog
   trunk/lunareclipse/Model/Draw/RecordDraw.cs
Log:
* Model/Draw/RecordDraw.cs: Removed stacktrace writing

Modified: trunk/lunareclipse/ChangeLog
===================================================================
--- trunk/lunareclipse/ChangeLog        2007-08-08 21:14:48 UTC (rev 83693)
+++ trunk/lunareclipse/ChangeLog        2007-08-08 21:16:26 UTC (rev 83694)
@@ -1,5 +1,9 @@
 2007-08-08  Alan McGovern <[EMAIL PROTECTED]> 
 
+       * Model/Draw/RecordDraw.cs: Removed stacktrace writing
+
+2007-08-08  Alan McGovern <[EMAIL PROTECTED]> 
+
        * View/MainWindow.cs: Last commit also fixed a selection issue when
          recording animations. This commit fixes a build bug from the last 
commit
          ;)

Modified: trunk/lunareclipse/Model/Draw/RecordDraw.cs
===================================================================
--- trunk/lunareclipse/Model/Draw/RecordDraw.cs 2007-08-08 21:14:48 UTC (rev 
83693)
+++ trunk/lunareclipse/Model/Draw/RecordDraw.cs 2007-08-08 21:16:26 UTC (rev 
83694)
@@ -64,7 +64,6 @@
                
                public void Seek(TimeSpan time)
                {
-                       Console.WriteLine(Environment.StackTrace);
                        Console.WriteLine(time);
                        storyboard.Begin();
                        storyboard.Pause();

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to