From a6f97fd5617141d3560922b5fec883d527aa008c Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Mon, 24 Aug 2020 19:20:48 -0400 Subject: [PATCH] stray comment --- tools/deploy/script.ts | 1 - 1 file changed, 1 deletion(-) 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)) {