Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabwhy committed Jun 30, 2022
1 parent 1e3e1aa commit ac0883b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export class VPKCopy extends EventEmitter {
if(this.files.length > 0) {
this.workerDoCopy(i, this.files.shift() as string)
} else {
console.log("Copied all files");
this.mode = VPKCopyMode.NONE;
if(this.taskResolve) this.taskResolve();
}
Expand Down

0 comments on commit ac0883b

Please sign in to comment.