Remove debugging console.log
This commit is contained in:
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…
Reference in New Issue
Block a user