From 7849a97c676314f36e5d1e89a350d4ebe3af5d7b Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 24 May 2012 14:59:59 +0000
Subject: [PATCH] Remove a superfluous comment in OnLogCommand()

---
 w32log.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/w32log.c b/w32log.c
index 8eecdbfb..03759d69 100644
--- a/w32log.c
+++ b/w32log.c
@@ -1,4 +1,4 @@
-const char w32log_rcs[] = "$Id: w32log.c,v 1.42 2012/05/24 14:59:25 fabiankeil Exp $";
+const char w32log_rcs[] = "$Id: w32log.c,v 1.43 2012/05/24 14:59:41 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/w32log.c,v $
@@ -944,7 +944,6 @@ void OnLogCommand(int nCommand)
          break;
 
 #ifdef FEATURE_TOGGLE
-      /* by haroon - change toggle to its opposite value */
       case ID_TOGGLE_ENABLED:
          global_toggle_state = !global_toggle_state;
          log_error(LOG_LEVEL_INFO,
-- 
2.49.0