From 85e1402cc00883243d2f4bcde2d7f542a2f61bf8 Mon Sep 17 00:00:00 2001 From: Riley McArdle Date: Tue, 17 May 2011 12:31:25 -0500 Subject: [PATCH] Fixed log4net logging and disabled Debug.Print of message IDs in WndProc. --- mRemoteV1/Forms/frmMain.vb | 2 +- mRemoteV1/app.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mRemoteV1/Forms/frmMain.vb b/mRemoteV1/Forms/frmMain.vb index c85773833..7920bfdd9 100644 --- a/mRemoteV1/Forms/frmMain.vb +++ b/mRemoteV1/Forms/frmMain.vb @@ -691,7 +691,7 @@ Public Class frmMain Protected Overloads Overrides Sub WndProc(ByRef m As Message) Try #If Config = "Debug" Then - Debug.Print(m.Msg) + 'Debug.Print(m.Msg) #End If Select Case m.Msg diff --git a/mRemoteV1/app.config b/mRemoteV1/app.config index eb9f94a55..63ef62b6e 100644 --- a/mRemoteV1/app.config +++ b/mRemoteV1/app.config @@ -20,7 +20,7 @@ - +