Skip to content

Commit

Permalink
fix(#7): Убрана лишняя трассировка в проверках идентификаторов элементов
Browse files Browse the repository at this point in the history
форм
  • Loading branch information
nikolay-martynov committed Aug 9, 2022
1 parent e129917 commit 98e1517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/com.e1c.dt.check.form/.options
@@ -1,2 +1,2 @@
com.e1c.dt.check.form/debug=true
com.e1c.dt.check.form/debug=false
com.e1c.dt.check.form/debug/InvalidItemId=false
Expand Up @@ -407,7 +407,7 @@ public void collectContextOnFeatureChange(IBmObject bmObject, EStructuralFeature
}
else
{
if (!CorePlugin.getDefault().isDebugging())
if (CorePlugin.getDefault().isDebugging())
{
CorePlugin.trace(IInvalidItemIdService.DEBUG_OPTION,
"Check: Event ignored because it did not match re-validation criteria: handlerLabel={0}, changedObject={1}, feature={2}, event={2}", //$NON-NLS-1$
Expand Down

0 comments on commit 98e1517

Please sign in to comment.