Sfoglia il codice sorgente

removes culprit print statement

version-14
tunde 8 anni fa
parent
commit
f9d461e28a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      frappe/desk/tags.py

+ 0
- 1
frappe/desk/tags.py Vedi 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):


Caricamento…
Annulla
Salva