diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 085ebd97d..9e9b9ad4e 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -155,7 +155,6 @@ class MainDisplay(DisplayWidget): self.webView.setHtml(build_html(serviceItem, self.screen, \ self.parent.alertTab)) self.initialFrame = True - #self.show() # To display or not to display? if not self.screen[u'primary']: self.show()