diff --git a/src/editor/js/components/editor.tsx b/src/editor/js/components/editor.tsx
index a69018aa04809414435194b82b46ea6915947cbb..bbc0cce7d09e8c54b9daf6ac07917105e6599185 100644
--- a/src/editor/js/components/editor.tsx
+++ b/src/editor/js/components/editor.tsx
@@ -223,6 +223,8 @@ export class Editor extends React.PureComponent<propTypes, stateTypes> {
     }
 
     private handleNodeCanvasObject(node: any, ctx: any, globalScale: any) {
+        console.log("Custom node rendering");
+
         // add ring just for highlighted nodes
         if (this.isHighlighted(node)) {
             ctx.beginPath();