Skip to content

Commit

Permalink
remove debug logging for issue rockstor#1443
Browse files Browse the repository at this point in the history
Repair missed commit in git cherry pick / merge procedure
during pr split prior to merge.
  • Loading branch information
phillxnet committed Sep 24, 2016
1 parent 215ee24 commit d13a517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rockstor/fs/btrfs.py
Expand Up @@ -738,7 +738,6 @@ def share_usage(pool, share_id):
if (len(qgroup) > 0 and qgroup[1] in qgroups):
rusage += convert_to_kib(fields[1])
eusage += convert_to_kib(fields[2])
logger.debug('share_usage returning rusage=%s and eusage=%s' % (rusage, eusage))
return (rusage, eusage)


Expand Down

0 comments on commit d13a517

Please sign in to comment.