From c21f57bc97da61b2401582aa472d418d4dd9a5e3 Mon Sep 17 00:00:00 2001 From: Mark Buechler Date: Tue, 4 May 2010 17:43:36 +0000 Subject: [PATCH] - Remove some debugging. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1680 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/scstadmin.sysfs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scstadmin/scstadmin.sysfs b/scstadmin/scstadmin.sysfs index 7d3280f8f..67bb53eb0 100755 --- a/scstadmin/scstadmin.sysfs +++ b/scstadmin/scstadmin.sysfs @@ -928,8 +928,7 @@ sub applyConfiguration { } } } -use Data::Dumper; -print Dumper(\%CURRENT); + foreach my $driver (sort keys %{$assignments}) { if (!defined($CURRENT{'assign'}->{$driver})) { immediateExit("Target driver '$driver' is not loaded or available.");