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

Comparing trunk/RomCheater.CheatPlugin/CheatCodeDockContent.cs (file contents):
Revision 690 by william, Mon Jun 17 10:02:53 2013 UTC vs.
Revision 691 by william, Mon Jun 17 10:07:40 2013 UTC

--- trunk/RomCheater.CheatPlugin/CheatCodeDockContent.cs	2013/06/17 10:05:35	690
+++ trunk/RomCheater.CheatPlugin/CheatCodeDockContent.cs	2013/06/17 10:07:40	691
@@ -58,15 +58,15 @@ namespace RomCheater.CheatPlugin
         }
         void plugin_OnPEDataUpdated(PEViewerDataUpdatedEventArgs e)
         {
-            logger.Warn.WriteLine("plugin_OnPEDataUpdated::has not been implemented!");
+            //logger.Warn.WriteLine("plugin_OnPEDataUpdated::has not been implemented!");
         }
         void plugin_OnSelectedConfigChanged(ConfigChangedEventArgs e)
         {
-            logger.Warn.WriteLine("plugin_OnSelectedConfigChanged::has not been implemented!");
+            //logger.Warn.WriteLine("plugin_OnSelectedConfigChanged::has not been implemented!");
         }
         void plugin_OnSelectedProcessChanged(ProcessChangedEventArgs e)
         {
-            logger.Warn.WriteLine("plugin_OnSelectedProcessChanged::has not been implemented!");
+            //logger.Warn.WriteLine("plugin_OnSelectedProcessChanged::has not been implemented!");
         }
     }
 }