removed useless trace call in activator
This commit is contained in:
@@ -104,7 +104,6 @@ fn create_plugins_txt(
|
||||
fn link_file(target: &Path, link_name: &Path) -> Result<(), io::Error> {
|
||||
if let Some(parent) = link_name.parent() {
|
||||
fs::create_dir_all(parent)?;
|
||||
trace!("Creating parent dir for {}", link_name.to_string_lossy());
|
||||
}
|
||||
|
||||
create_symlink_for_file(target, link_name)?;
|
||||
|
||||
Reference in New Issue
Block a user