diff --git a/tools/deploy/script.ts b/tools/deploy/script.ts index a3156366..567e61d6 100644 --- a/tools/deploy/script.ts +++ b/tools/deploy/script.ts @@ -67,7 +67,6 @@ export class ActionQueue { valid : 'Success', debugObjs : this.debugBuffer }; - // Caller must mutate this into a LogEntry. this.log.push(entry); this.debugBuffer = []; if (nodePath.isAbsolute(dst)) {