Remove excessively verbose logs from tests

This commit is contained in:
Daniil Gentili 2020-02-05 19:17:58 +01:00
parent 2e3f49ef36
commit 51990eccfd
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -39,7 +39,7 @@ if ($loader) {
if (\in_array($class, ['Amp\\Sync\\Internal\\MutexStorage', 'Amp\\Sync\\Internal\\SemaphoreStorage', 'Amp\\Parallel\\Sync\\Internal\\ParcelStorage', 'Amp\\Parallel\\Context\\Internal\\Thread'])) {
continue;
}
echo "Requiring $class => $file\n";
//echo "Requiring $class => $file\n";
require_once($file);
}
}