Skip to content

Commit

Permalink
remove logging used during this issue rockstor#1079
Browse files Browse the repository at this point in the history
  • Loading branch information
phillxnet committed Mar 19, 2016
1 parent 9006b6e commit e05092f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rockstor/system/smart.py
Expand Up @@ -411,7 +411,6 @@ def get_base_device(device, test_mode=TESTMODE):
base_dev[0] = '/dev/' + line_fields[0]
break
# Return base_dev ie [''] or first character matches to line start in lsblk.
logger.debug('get_base_device returning base_dev = %s', base_dev)
return base_dev


Expand Down Expand Up @@ -451,5 +450,4 @@ def get_dev_options(device, custom_options=''):
# /dev/sg0 is the first hpsa or hpahcisr driver device for the same adapter.
# This same target device is also used by the Areca SATA RAID controller
# except that the first device is /dev/sg2.
logger.debug('get_dev_options is returning the following %s', dev_options)
return dev_options

0 comments on commit e05092f

Please sign in to comment.