From 6769ec4ede2fa575d7cc44009af5eacb5be505a2 Mon Sep 17 00:00:00 2001 From: fjenett Date: Sat, 4 Jun 2011 10:52:44 +0000 Subject: [PATCH] removed console.log() from selectionFlower example --- .../DocumentObjectModel/selectionFlower/selectionmonitor.js | 1 - 1 file changed, 1 deletion(-) 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);