We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d05653 + f2f1cf6 commit e817858Copy full SHA for e817858
Tone/core/Tone.js
@@ -806,7 +806,10 @@ define(function(){
806
807
Tone.version = "r8-dev";
808
809
- console.log("%c * Tone.js " + Tone.version + " * ", "background: #000; color: #fff");
+ // allow optional silencing of this log
810
+ if (!window.TONE_SILENCE_VERSION_LOGGING) {
811
+ console.log("%c * Tone.js " + Tone.version + " * ", "background: #000; color: #fff");
812
+ }
813
814
return Tone;
815
});
0 commit comments