From fdb69674734f6f37f10f532d5d85d87ab4939832 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 12 Dec 2009 17:24:41 +0000 Subject: [PATCH] removed debug output --- lam/lib/lamdaemon.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/lam/lib/lamdaemon.pl b/lam/lib/lamdaemon.pl index d65ffb1c..0762c161 100755 --- a/lam/lib/lamdaemon.pl +++ b/lam/lib/lamdaemon.pl @@ -110,7 +110,6 @@ while (1) { my $input = ; chop($input); $return = ""; - logMessage(LOG_ERR, $input); @vals = split ($SPLIT_DELIMITER, $input); # Get user information if (($vals[3] eq 'user') || ($vals[1] eq 'home')) { @user = getpwnam($vals[0]); }