ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.cs
(Generate patch)

Comparing trunk/RomCheater/Main.cs (file contents):
Revision 24 by william, Wed May 9 08:59:52 2012 UTC vs.
Revision 25 by william, Wed May 9 09:00:23 2012 UTC

--- trunk/RomCheater/Main.cs	2012/05/09 08:59:52	24
+++ trunk/RomCheater/Main.cs	2012/05/09 09:00:23	25
@@ -42,8 +42,7 @@ namespace RomCheater
 
         private void Main_Load(object sender, EventArgs e)
         {
-            logger.WriteLine("this a logged line");
-            logger.WriteLine("this another logged line");
+            
         }
     }
 }