Skip to content

Commit ec43bd5

Browse files
committed
Remove some debug
1 parent f74353a commit ec43bd5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/phpcs-diff

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ if (is_file(__DIR__ . '/../../../autoload.php')) {
1616
}
1717

1818
if (isset($autoload)) {
19-
echo 'Autoloader: ' . $autoload . PHP_EOL;
2019
require $autoload;
2120
} else {
2221
echo 'Can not find autoloader, did you run composer? ' . __DIR__;
2322
die(1);
2423
}
2524

26-
echo PHP_BINARY . ': ' . phpversion() . PHP_EOL;
27-
2825
$climate = new League\CLImate\CLImate();
2926

3027
$phpcsDiff = new PhpcsDiff\PhpcsDiff($argv, $climate);

0 commit comments

Comments
 (0)