From b962cae831398ed306ed800f80cdf75c86f00450 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Tue, 21 Jan 2020 17:16:17 -0800 Subject: [PATCH] Update Source.js --- utils/doclint/Source.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/doclint/Source.js b/utils/doclint/Source.js index cd8bb267c1..c966a58bd6 100644 --- a/utils/doclint/Source.js +++ b/utils/doclint/Source.js @@ -102,7 +102,6 @@ class Source { } async saveAs(path) { - console.log(path); await writeFileAsync(path, this.text()); }