Skip to content

Commit 043ff43

Browse files
author
Mathis Koblin
committed
Cleanup
1 parent c5a12fd commit 043ff43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Functional/Command/UnduplicateCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ class UnduplicateCommandTest extends FunctionalTestCase
169169
$this->importCSVDataSet(__DIR__ . '/DataSet/sys_file_duplicates_with_processed_files.csv');
170170

171171
$result = $this->executeConsoleCommand(self::BASE_COMMAND);
172-
echo $result['output'];
173172

174173
// the processed files are updated, so that the newer sys_file entry (uid=2) is used
175174
$this->assertCSVDataSet(__DIR__ . '/DataSet/sys_file_duplicates_with_processed_files_RESULT.csv');

0 commit comments

Comments
 (0)