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]); }