Browse Source

removes culprit print statement

version-14
tunde 8 years ago
parent
commit
f9d461e28a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      frappe/desk/tags.py

+ 0
- 1
frappe/desk/tags.py View File

@@ -84,7 +84,6 @@ class DocTags:
def remove(self, dn, tag):
"""remove a user tag"""
tl = self.get_tags(dn).split(',')
print(tag, filter(lambda x:x!=tag, tl))
self.update(dn, filter(lambda x:x.lower()!=tag.lower(), tl))

def remove_all(self, dn):


Loading…
Cancel
Save