mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-28 11:32:16 +03:00
some logfile cleanup
This commit is contained in:
parent
f69460cccf
commit
cb01fda516
@ -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)
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user