Remove implemented TODO comment

This commit is contained in:
multikatt 2015-05-15 14:14:29 -04:00
parent 0c596fd163
commit b123e8259d

View file

@ -127,7 +127,6 @@ class IPFSPlugin(BeetsPlugin):
lib_name = args[1] lib_name = args[1]
else: else:
lib_name = _hash lib_name = _hash
# TODO: should be able to tag libraries, for example by nicks
lib_root = os.path.dirname(lib.path) lib_root = os.path.dirname(lib.path)
remote_libs = lib_root + "/remotes" remote_libs = lib_root + "/remotes"
if not os.path.exists(remote_libs): if not os.path.exists(remote_libs):