diff --git a/ui/medashare/cli.py b/ui/medashare/cli.py index 75d37ed..d93e632 100644 --- a/ui/medashare/cli.py +++ b/ui/medashare/cli.py @@ -549,7 +549,6 @@ class FileObject(MDBase): @classmethod def from_file(cls, filename, created_by_ref): s = os.stat(filename) - # XXX - add host uuid? obj = { 'created_by_ref': created_by_ref, 'hostid': hostuuid(),