mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 11:21:06 +01:00
removed console.log() from selectionFlower example
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user