removed debug output

This commit is contained in:
Roland Gruber 2009-12-12 17:24:41 +00:00
parent eef932eb4d
commit fdb6967473
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ while (1) {
my $input = <STDIN>;
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]); }