some logfile cleanup

This commit is contained in:
extrawurst 2022-09-18 15:24:45 +02:00
parent f69460cccf
commit cb01fda516
2 changed files with 0 additions and 2 deletions

View File

@ -214,7 +214,6 @@ impl RevisionFilesComponent {
fn selection_changed(&mut self) {
//TODO: retrieve TreeFile from tree datastructure
if let Some(file) = self.selected_file_path_with_prefix() {
log::info!("selected: {:?}", file);
let path = Path::new(&file);
if let Some(item) =
self.files.iter().find(|f| f.path == path)

View File

@ -73,7 +73,6 @@ impl SyntaxText {
params: &RunParams<AsyncAppNotification, ProgressPercent>,
) -> asyncgit::Result<Self> {
scope_time!("syntax_highlighting");
log::debug!("syntax: {:?}", file_path);
let mut state = {
scope_time!("syntax_highlighting.0");