forked from openlp/openlp
remove prints
This commit is contained in:
parent
7542865380
commit
f99b91509c
@ -582,8 +582,6 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
|||||||
self.videoDisplay.lower()
|
self.videoDisplay.lower()
|
||||||
self.mainDisplay.raise_()
|
self.mainDisplay.raise_()
|
||||||
|
|
||||||
print self.children()
|
|
||||||
|
|
||||||
def blankCheck(self):
|
def blankCheck(self):
|
||||||
if str_to_bool(self.generalConfig.get_config(u'screen blank', False)) \
|
if str_to_bool(self.generalConfig.get_config(u'screen blank', False)) \
|
||||||
and str_to_bool(self.generalConfig.get_config(u'blank warning', False)):
|
and str_to_bool(self.generalConfig.get_config(u'blank warning', False)):
|
||||||
|
@ -113,7 +113,6 @@ class AlertsManager(QtCore.QObject):
|
|||||||
self.parent.maindisplay.addAlertImage(alertframe)
|
self.parent.maindisplay.addAlertImage(alertframe)
|
||||||
# check to see if we have a timer running
|
# check to see if we have a timer running
|
||||||
if self.timer_id == 0:
|
if self.timer_id == 0:
|
||||||
print "timer tripped"
|
|
||||||
self.timer_id = self.startTimer(int(alertTab.timeout) * 1000)
|
self.timer_id = self.startTimer(int(alertTab.timeout) * 1000)
|
||||||
|
|
||||||
def timerEvent(self, event):
|
def timerEvent(self, event):
|
||||||
|
Loading…
Reference in New Issue
Block a user