Browse Source

Remove left behind debug code

Chris Smith 9 years ago
parent
commit
bc8b7b0f78
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Composer/Util/TlsHelper.php

+ 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);
             };
         }