removed console.log() from selectionFlower example

This commit is contained in:
fjenett
2011-06-04 10:52:44 +00:00
parent c3dbecf291
commit 6769ec4ede

View File

@@ -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);