[ros-diffs] [cwittich] 22476: -removed some debug code

cwittich at svn.reactos.org cwittich at svn.reactos.org
Wed Jun 21 19:38:27 CEST 2006


Author: cwittich
Date: Wed Jun 21 21:38:27 2006
New Revision: 22476

URL: http://svn.reactos.ru/svn/reactos?rev=22476&view=rev
Log:
-removed some debug code

Modified:
    trunk/tools/Qemu GUI/QEmu.cs

Modified: trunk/tools/Qemu GUI/QEmu.cs
URL: http://svn.reactos.ru/svn/reactos/trunk/tools/Qemu%20GUI/QEmu.cs?rev=22476&r1=22475&r2=22476&view=diff
==============================================================================
--- trunk/tools/Qemu GUI/QEmu.cs (original)
+++ trunk/tools/Qemu GUI/QEmu.cs Wed Jun 21 21:38:27 2006
@@ -171,8 +171,6 @@
             arg += CDROM.ToString();
             arg += Audio.ToString();  
             arg += Debug.ToString();
-
-            Console.WriteLine(arg); 
 
             return arg;
         }
@@ -388,8 +386,6 @@
             if (this.ES1370)
                 buffer += "es1370,";
 
-
-            Console.WriteLine(buffer.Substring(0, buffer.Length - 1) + " ");
             return buffer.Substring(0, buffer.Length - 1) + " ";
         }
             




More information about the Ros-diffs mailing list