* code clean-up
This commit is contained in:
parent
cfe71efdd0
commit
8f237907c8
1 changed files with 0 additions and 2 deletions
|
@ -420,8 +420,6 @@ class _Taggable(object):
|
|||
to_add = []
|
||||
|
||||
tags_on_server = self.get_tags()
|
||||
if tags_on_server == None:
|
||||
return
|
||||
|
||||
for tag in tags_on_server:
|
||||
c_old_tags.append(tag.get_name().lower())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue