Remove redundant license debug msg

This commit is contained in:
crazywhalecc 2024-07-09 19:31:44 +08:00 committed by Jerry Ma
parent b1bcf254e4
commit daa8fad466

View File

@ -129,7 +129,6 @@ class LicenseDumper
}
if (file_exists(BUILD_ROOT_PATH . '/source-licenses/' . $source_name . '/' . $index . '.txt')) {
logger()->debug('source [' . $source_name . '] license file [' . $index . ':' . $in_path . '] not exist, use installed version instead');
return file_get_contents(BUILD_ROOT_PATH . '/source-licenses/' . $source_name . '/' . $index . '.txt');
}