From: Philipp Holzer Date: Wed, 24 Jul 2019 10:46:22 +0000 (+0200) Subject: Remove superfluous "print" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6759e0c193b7ecc1d3e192a057ade4a50d65ea88;p=friendica.git Remove superfluous "print" --- diff --git a/tests/src/Core/SystemTest.php b/tests/src/Core/SystemTest.php index 6b0781198a..a385d1b352 100644 --- a/tests/src/Core/SystemTest.php +++ b/tests/src/Core/SystemTest.php @@ -9,7 +9,6 @@ class SystemTest extends TestCase { private function assertGuid($guid, $length, $prefix = '') { - print $guid; $length -= strlen($prefix); $this->assertRegExp("/^" . $prefix . "[a-z0-9]{" . $length . "}?$/", $guid); }