Remove dead code
parent
fb5394ce70
commit
e7c044d4b2
|
@ -160,12 +160,6 @@ class ConsoleIO extends BaseIO
|
|||
*/
|
||||
private function doOverwrite($messages, $newline, $size, $stderr)
|
||||
{
|
||||
if (true === $stderr && $this->output instanceof ConsoleOutputInterface) {
|
||||
$output = $this->output->getErrorOutput();
|
||||
} else {
|
||||
$output = $this->output;
|
||||
}
|
||||
|
||||
// messages can be an array, let's convert it to string anyway
|
||||
$messages = join($newline ? "\n" : '', (array) $messages);
|
||||
|
||||
|
|
Loading…
Reference in New Issue