remove log

This commit is contained in:
Felix Roos 2022-11-10 22:05:08 +01:00
parent 1ba4d3d5d1
commit 22711dd7be

View File

@ -28,8 +28,6 @@ function connect() {
connection = undefined;
throw new Error('Could not connect to OSC server. Is it running?');
});
} else {
console.log('already has connection');
}
return connection;
}