From 270f71574e5f574d44ed7026b84ae5331b991973 Mon Sep 17 00:00:00 2001 From: Soyn Date: Sun, 1 Dec 2019 15:53:10 +0800 Subject: [PATCH] Remove duplicated debug info --- source/commands/utils/runDangerSubprocess.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/commands/utils/runDangerSubprocess.ts b/source/commands/utils/runDangerSubprocess.ts index a8e71e7be..bd15c2f59 100644 --- a/source/commands/utils/runDangerSubprocess.ts +++ b/source/commands/utils/runDangerSubprocess.ts @@ -51,13 +51,12 @@ export const runDangerSubprocess = ( d(`Started passing in STDIN via the URL: ${url}`) child.stdin.write(url) child.stdin.end() - d(`Passed DSL in via STDIN`) } else { d(`Started passing in STDIN`) child.stdin.write(dslJSONString) child.stdin.end() - d(`Passed DSL in via STDIN`) } + d(`Passed DSL in via STDIN`) } // Initial sending of the DSL