]> git.mxchange.org Git - friendica.git/commitdiff
Remove superfluous "print"
authorPhilipp Holzer <admin+github@philipp.info>
Wed, 24 Jul 2019 10:46:22 +0000 (12:46 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Wed, 24 Jul 2019 10:46:22 +0000 (12:46 +0200)
tests/src/Core/SystemTest.php

index 6b0781198a52ee828121771141c9f3cf4f4ac014..a385d1b35284feee92da2f55dd2b38d5ef05a54d 100644 (file)
@@ -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);
        }