diff --git a/tests/System/File/Ftp/DirectoryTest.php b/tests/System/File/Ftp/DirectoryTest.php index 5e115a9e2..0edd8f02e 100644 --- a/tests/System/File/Ftp/DirectoryTest.php +++ b/tests/System/File/Ftp/DirectoryTest.php @@ -56,8 +56,6 @@ final class DirectoryTest extends \PHPUnit\Framework\TestCase } } catch (\Throwable $t) { self::$con = null; - - var_dump($t->getMessage()); } }