Hide behaviors handled error messages
This commit is contained in:
parent
3feae9367b
commit
35e9421ae8
1 changed files with 1 additions and 2 deletions
|
@ -34,10 +34,9 @@ export function ApplyBehaviors(container: IContainerModel, symbols: Map<string,
|
|||
}
|
||||
}
|
||||
} catch (error) {
|
||||
console.warn(error);
|
||||
console.debug(error);
|
||||
}
|
||||
|
||||
|
||||
return container;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue