Skip to content

Commit

Permalink
Remove duplicated debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Soyn committed Dec 1, 2019
1 parent 6ae125d commit 270f715
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/commands/utils/runDangerSubprocess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 270f715

Please sign in to comment.