1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 00:49:11 +02:00

Remove beginRedirectOut() from Arcanist

Summary: We always do this on --recon now, see D3213.

Test Plan: Ran `arc diff --background 1` to generate this diff.

Reviewers: vrana

Reviewed By: vrana

CC: aran

Differential Revision: https://secure.phabricator.com/D3241
This commit is contained in:
epriestley 2012-08-10 12:10:09 -07:00
parent 8f127af47c
commit edcc5cf6e1

View file

@ -371,7 +371,6 @@ EOTEXT
$this->console = PhutilConsole::getConsole();
if ($this->getArgument('no-diff')) {
$this->console->beginRedirectOut();
$this->removeScratchFile('diff-result.json');
$data = $this->runLintUnit();
$this->writeScratchJSONFile('diff-result.json', $data);