remove debug statement
This commit is contained in:
parent
dcc1d736fa
commit
241a77b225
1 changed files with 0 additions and 1 deletions
|
@ -521,7 +521,6 @@ editor = {
|
||||||
|
|
||||||
// graph events
|
// graph events
|
||||||
_hover_graph_node: function(e) {
|
_hover_graph_node: function(e) {
|
||||||
console.log(e.target);
|
|
||||||
// hover callback for a graph node
|
// hover callback for a graph node
|
||||||
if (editor._loading_geometry) return;
|
if (editor._loading_geometry) return;
|
||||||
e.target.setStyle({
|
e.target.setStyle({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue