diff --git a/javascript/examples/Environment/DocumentObjectModel/selectionFlower/selectionmonitor.js b/javascript/examples/Environment/DocumentObjectModel/selectionFlower/selectionmonitor.js index 373d02ca2..73ae2364f 100644 --- a/javascript/examples/Environment/DocumentObjectModel/selectionFlower/selectionmonitor.js +++ b/javascript/examples/Environment/DocumentObjectModel/selectionFlower/selectionmonitor.js @@ -43,7 +43,6 @@ function monitorSelection ( ) { if ( txt !== undefined && txt != "" ) { mySketchInstance.setSelectionText(txt); // set the text in the sketch - console.log( txt ); } setTimeout(monitorSelection, 1000/5);