mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
some logfile cleanup
This commit is contained in:
parent
f69460cccf
commit
cb01fda516
2 changed files with 0 additions and 2 deletions
|
|
@ -214,7 +214,6 @@ impl RevisionFilesComponent {
|
||||||
fn selection_changed(&mut self) {
|
fn selection_changed(&mut self) {
|
||||||
//TODO: retrieve TreeFile from tree datastructure
|
//TODO: retrieve TreeFile from tree datastructure
|
||||||
if let Some(file) = self.selected_file_path_with_prefix() {
|
if let Some(file) = self.selected_file_path_with_prefix() {
|
||||||
log::info!("selected: {:?}", file);
|
|
||||||
let path = Path::new(&file);
|
let path = Path::new(&file);
|
||||||
if let Some(item) =
|
if let Some(item) =
|
||||||
self.files.iter().find(|f| f.path == path)
|
self.files.iter().find(|f| f.path == path)
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,6 @@ impl SyntaxText {
|
||||||
params: &RunParams<AsyncAppNotification, ProgressPercent>,
|
params: &RunParams<AsyncAppNotification, ProgressPercent>,
|
||||||
) -> asyncgit::Result<Self> {
|
) -> asyncgit::Result<Self> {
|
||||||
scope_time!("syntax_highlighting");
|
scope_time!("syntax_highlighting");
|
||||||
log::debug!("syntax: {:?}", file_path);
|
|
||||||
|
|
||||||
let mut state = {
|
let mut state = {
|
||||||
scope_time!("syntax_highlighting.0");
|
scope_time!("syntax_highlighting.0");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue