mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix(editor): Remove NDVSubConnections component console.log (no-changelog) (#8737)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
parent
a973b9c077
commit
2c172e9fb3
|
@ -277,7 +277,6 @@ function onPlusClick(connectionType: ConnectionTypes) {
|
|||
}
|
||||
|
||||
function showNodeInputsIssues() {
|
||||
console.log('showNodeInputsIssues');
|
||||
shouldShowNodeInputIssues.value = false;
|
||||
// Reset animation
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Reference in a new issue