Drop the showGUI debug flag, removing test mode from beyond the main function
This commit is contained in:
@@ -21,6 +21,9 @@ class DummyMain():
|
||||
|
||||
return
|
||||
|
||||
def releaseNotes(self):
|
||||
return
|
||||
|
||||
def makeAlert(self, theMessage, theLevel):
|
||||
print("%s: %s" % (str(theLevel), theMessage))
|
||||
self.lastAlert = str(theMessage)
|
||||
|
||||
Reference in New Issue
Block a user