Remove excessively verbose logs from tests
This commit is contained in:
parent
2e3f49ef36
commit
51990eccfd
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user