2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 17:30:19 +00:00

remove a debug message

This commit is contained in:
Casandra Qiu
2017-03-15 15:52:30 -04:00
parent 033fa4fb41
commit c66aadb0b7

View File

@ -294,7 +294,6 @@ sub parse_args {
sub unsupported {
my $callback = shift;
xCAT::SvrUtils::sendmsg("ENV: OPENBMC_DEVEL=$ENV{OPENBMC_DEVEL},$ENV{'OPENBMC_DEVEL'}\n", $callback);
if ($::OPENBMC_DEVEL ne "YES") {
return ([ 1, "This function is currently not supported" ]);
} else {