Remove debugging console.log

pull/1/head
Ozbolt Menegatti 4 years ago
parent 3bcc75effa
commit 4bac269257

@ -43,6 +43,5 @@ class Entry(Editable):
entry_xml.querySelectorAll("body senseList sense")]
def get_measure_text(self):
console.log(self.measure["text"] if "text" in self.measure else "")
return self.measure["text"] if "text" in self.measure else ""

Loading…
Cancel
Save