mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
removing debugging code
This commit is contained in:
parent
d22747cc69
commit
fbf4345de4
1 changed files with 0 additions and 5 deletions
|
@ -192,11 +192,6 @@ export abstract class Source<Options extends SourceOptions> extends ToneAudioNod
|
|||
} else {
|
||||
this.log("start", computedTime);
|
||||
this._state.setStateAtTime("started", computedTime);
|
||||
// try {
|
||||
// } catch (e) {
|
||||
// debugger;
|
||||
// console.log(computedTime);
|
||||
// }
|
||||
if (this._synced) {
|
||||
// add the offset time to the event
|
||||
const event = this._state.get(computedTime);
|
||||
|
|
Loading…
Reference in a new issue