This commit is contained in:
Tomas Groth 2015-06-04 00:27:56 +01:00
parent bee9808503
commit 0e2e281fa0
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class Controller(object):
Instruct the controller to stop and hide the presentation.
"""
log.debug('Live = %s, stop' % self.is_live)
# The document has not been loaded yet, so don't do anything. This can happen when going live with a
# The document has not been loaded yet, so don't do anything. This can happen when going live with a
# presentation while blanked to desktop.
if not self.doc:
return