Fix breakage caused by bad logging line
This commit is contained in:
parent
b0e2b5cca3
commit
230c9250d0
|
|
@ -1,7 +1,6 @@
|
|||
import sys
|
||||
import threading
|
||||
from gi.repository import GObject
|
||||
from .time import LICENSE_WARN_SECONDS
|
||||
from .xrdriveripc import XRDriverIPC
|
||||
|
||||
class ConfigManager(GObject.GObject):
|
||||
|
|
@ -57,7 +56,6 @@ class ConfigManager(GObject.GObject):
|
|||
self.breezy_desktop_enabled = value
|
||||
|
||||
def do_set_property(self, prop, value):
|
||||
logging.info(f"Setting property {prop.name} to {value}")
|
||||
if prop.name == 'breezy-desktop-enabled':
|
||||
self._set_breezy_desktop_enabled(value)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue