summaryrefslogtreecommitdiffstats
path: root/common/scripts/IFCFG.pm
diff options
context:
space:
mode:
Diffstat (limited to 'common/scripts/IFCFG.pm')
-rw-r--r--common/scripts/IFCFG.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/scripts/IFCFG.pm b/common/scripts/IFCFG.pm
index ea8d6891..e86128d1 100644
--- a/common/scripts/IFCFG.pm
+++ b/common/scripts/IFCFG.pm
@@ -47,7 +47,6 @@ sub new {
%{$self->{network}} = getVarsFromSh("/etc/sysconfig/network");
my $r = read_resolv_conf();
foreach my $k (keys %$r) {
- print "RESOLV $k => $r->{$k}\n";
$self->{network}{$k} ||= $r->{$k}
}
$self->{network}{HOSTNAME} ||= `/bin/hostname` and chomp $self->{network}{HOSTNAME};