gui: clear up debug output
This commit is contained in:
parent
9f904ede3f
commit
3bd99b64d2
|
@ -1112,7 +1112,6 @@ class AsmCmdToggleConstraint(AsmCmdBase):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def checkActive(cls):
|
def checkActive(cls):
|
||||||
logger.info('check active')
|
|
||||||
from .assembly import isTypeOf, AsmConstraint
|
from .assembly import isTypeOf, AsmConstraint
|
||||||
cls._active = False
|
cls._active = False
|
||||||
count = 0
|
count = 0
|
||||||
|
@ -1124,7 +1123,6 @@ class AsmCmdToggleConstraint(AsmCmdBase):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def onSelectionChange(cls,hasSelection):
|
def onSelectionChange(cls,hasSelection):
|
||||||
logger.info('selection change {}', hasSelection)
|
|
||||||
cls._active = None if hasSelection else False
|
cls._active = None if hasSelection else False
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in New Issue
Block a user