Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jan 31, 2024
1 parent 853924d commit 87eb8e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/js/hooks/js_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,6 @@ const JSView = {
preselect_name: message.preselectName,
options: message.options,
});
} else if (message.type === "setSmartCellEditorIntellisenseNode") {
console.warn(
"A smart cell tried setting editor intellisense node via JavaScript, which is no longer supported. If you are using the Remote execution cell, you should update your Kino version."
);
}
}
},
Expand Down

0 comments on commit 87eb8e1

Please sign in to comment.