[blivet:master] Get rid of misleading comment (#1066721)

mulhern amulhern at redhat.com
Mon Sep 8 12:04:33 UTC 2014


Related: fed#1066721

Should have gone in with commit 1f8c93ecf1be236fd4ec2f00bf64fd2c69246761.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/size.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/blivet/size.py b/blivet/size.py
index b9f0089..4c23c11 100644
--- a/blivet/size.py
+++ b/blivet/size.py
@@ -224,7 +224,6 @@ class Size(Decimal):
         return self
 
     def __str__(self, eng=False, context=None):
-        # Convert the result of humanReadable from unicode to str
         return self.humanReadable()
 
     def __repr__(self):
-- 
1.9.3



More information about the anaconda-patches mailing list