removed debug output
This commit is contained in:
parent
eef932eb4d
commit
fdb6967473
|
@ -110,7 +110,6 @@ while (1) {
|
||||||
my $input = <STDIN>;
|
my $input = <STDIN>;
|
||||||
chop($input);
|
chop($input);
|
||||||
$return = "";
|
$return = "";
|
||||||
logMessage(LOG_ERR, $input);
|
|
||||||
@vals = split ($SPLIT_DELIMITER, $input);
|
@vals = split ($SPLIT_DELIMITER, $input);
|
||||||
# Get user information
|
# Get user information
|
||||||
if (($vals[3] eq 'user') || ($vals[1] eq 'home')) { @user = getpwnam($vals[0]); }
|
if (($vals[3] eq 'user') || ($vals[1] eq 'home')) { @user = getpwnam($vals[0]); }
|
||||||
|
|
Loading…
Reference in New Issue