remove the annoying message
This commit is contained in:
parent
b89bf86f03
commit
28ef64cba1
1 changed files with 0 additions and 1 deletions
|
|
@ -1333,7 +1333,6 @@ pub fn get_license_from_exe_name() -> ResultType<License> {
|
|||
// if defined portable appname entry, replace original executable name with it.
|
||||
if let Ok(portable_exe) = std::env::var(PORTABLE_APPNAME_RUNTIME_ENV_KEY) {
|
||||
exe = portable_exe;
|
||||
log::debug!("update portable executable name to {}", exe);
|
||||
}
|
||||
get_license_from_string(&exe)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue