diff --git a/ui/medashare/cli.py b/ui/medashare/cli.py index 6c375cb..462628c 100644 --- a/ui/medashare/cli.py +++ b/ui/medashare/cli.py @@ -945,8 +945,6 @@ def cmd_container(options): try: fobj = objstr.by_file(j, ('file',))[0] except: - # XXX - old file w/ incorrect hash may be - # left behind. fobj = persona.by_file(j) objstr.loadobj(fobj)