Do not trace

This commit is contained in:
Nils Maier 2019-09-04 12:53:37 +02:00
parent 1c38ec1357
commit ef6bc840d8

View File

@ -97,7 +97,7 @@ export class Download extends BaseDownload {
if (this.state !== QUEUED) { if (this.state !== QUEUED) {
throw new Error("invalid state"); throw new Error("invalid state");
} }
console.trace("starting", this.toString(), this.toMsg()); console.log("starting", this.toString(), this.toMsg());
this.changeState(RUNNING); this.changeState(RUNNING);
try { try {
const options: Options = { const options: Options = {