aboutsummaryrefslogtreecommitdiff
path: root/input_noticer.c
diff options
context:
space:
mode:
Diffstat (limited to 'input_noticer.c')
-rw-r--r--input_noticer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input_noticer.c b/input_noticer.c
index ef2c91a..a462f39 100644
--- a/input_noticer.c
+++ b/input_noticer.c
@@ -28,7 +28,7 @@
#include <string.h>
#include "input_noticer.h"
-static char *version = "$Revision: 1.1.1.1 $";
+static char *version = "$Revision: 1.2 $";
#define MAX_INPUT_DEVICES 32
/*------------------------------------------------------------------------------
@@ -261,7 +261,7 @@ static char *remove_quotes(char *input_str)
char *rv, *tp;
unsigned int i;
- post ("removing quotes from %s", input_str);
+ // post ("removing quotes from %s", input_str);
if (input_str != NULL)
{