prevent spamming with long file contents of added files

This commit is contained in:
Tomas Votruba 2020-11-04 05:26:23 +01:00
parent 5b1ae0b613
commit 11031629d6

View File

@ -125,8 +125,6 @@ final class RemovedAndAddedFilesProcessor
$message = sprintf('File "%s" was added:', $addedFileWithContent->getFilePath());
$this->symfonyStyle->note($message);
}
$this->symfonyStyle->writeln($addedFileWithContent->getFileContent());
}
}