File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1349,7 +1349,6 @@ function Synth() {
13491349 synthOptions = validateAndSetParams ( synthOptions , params ) ;
13501350
13511351 let tempSynth ;
1352- console . log ( sourceName , 'AMANANANAN' ) ;
13531352 if ( sourceName . toLowerCase ( ) === "amsynth" ) {
13541353 tempSynth = new Tone . AMSynth ( synthOptions ) ;
13551354 } else if ( sourceName . toLowerCase ( ) === "fmsynth" ) {
@@ -1374,8 +1373,6 @@ function Synth() {
13741373 */
13751374 this . __createSynth = ( turtle , instrumentName , sourceName , params ) => {
13761375 // Ensure the structure is initialized
1377- console . log ( "sourceName:" , sourceName ) ;
1378- console . log ( "instrumentName:" , instrumentName ) ;
13791376
13801377 this . _loadSample ( sourceName ) ;
13811378 if ( sourceName in this . samples . voice || sourceName in this . samples . drum ) {
@@ -1408,7 +1405,6 @@ function Synth() {
14081405 }
14091406
14101407 if ( ! instruments [ turtle ] [ instrumentName ] ) {
1411- console . log ( "AYNCHAM3" , sourceName ) ;
14121408
14131409 instruments [ turtle ] [ instrumentName ] = this . _createCustomSynth (
14141410 sourceName ,
You can’t perform that action at this time.
0 commit comments