Эх сурвалжийг харах

Remove left behind debug code

Chris Smith 9 жил өмнө
parent
commit
bc8b7b0f78

+ 0 - 1
src/Composer/Util/TlsHelper.php

@@ -281,7 +281,6 @@ EOT;
             $wildcardRegex = "{^{$wildcardRegex}$}";
 
             return function ($hostname) use ($wildcardRegex) {
-                // var_dump($wildcardRegex);
                 return 1 === preg_match($wildcardRegex, $hostname);
             };
         }