remove empty space

Signed-off-by: Christian McHugh <mchugh19@hotmail.com>
This commit is contained in:
Christian McHugh 2023-12-05 21:06:01 +00:00 committed by Louis
parent c563f9e55c
commit 0aef574b01
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ class AlbumAddCommand extends Command {
try {
$this->albumMapper->addFile($album->getId(), $pictureFileID, $userID);
} catch (\Exception $ex) {
$output->writeln("<error>Problem adding $filePath to $albumString</error>");
$output->writeln($ex->getMessage());