mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-28 17:30:18 +00:00
- Last commit should have been 'Disable driver on clear_config'. Remove debugging code.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2256 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3876,8 +3876,6 @@ sub enableDriver {
|
||||
my %attributes = ('enabled', 1);
|
||||
|
||||
my $attrs = $SCST->driverAttributes($driver);
|
||||
use Data::Dumper;
|
||||
print Dumper($attrs);
|
||||
return if (!defined($$attrs{'enabled'}));
|
||||
|
||||
setDriverAttributes($driver, \%attributes);
|
||||
|
||||
Reference in New Issue
Block a user