Removed log statements

This commit is contained in:
Mark Qvist 2021-05-17 21:46:50 +02:00
parent 563cbbb6cd
commit 04a25339ae
2 changed files with 0 additions and 5 deletions

View file

@ -123,7 +123,6 @@ class AnnounceStream(urwid.WidgetWrap):
self.widget_list.insert(0, nw)
if len(new_widgets) > 0:
RNS.log("Inserted "+str(len(new_widgets))+" widgets")
if self.ilb != None:
self.ilb.set_body(self.widget_list)