Skip to content

Commit cb01fda

Browse files
committed
some logfile cleanup
1 parent f69460c commit cb01fda

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/revision_files.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ impl RevisionFilesComponent {
214214
fn selection_changed(&mut self) {
215215
//TODO: retrieve TreeFile from tree datastructure
216216
if let Some(file) = self.selected_file_path_with_prefix() {
217-
log::info!("selected: {:?}", file);
218217
let path = Path::new(&file);
219218
if let Some(item) =
220219
self.files.iter().find(|f| f.path == path)

src/ui/syntax_text.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ impl SyntaxText {
7373
params: &RunParams<AsyncAppNotification, ProgressPercent>,
7474
) -> asyncgit::Result<Self> {
7575
scope_time!("syntax_highlighting");
76-
log::debug!("syntax: {:?}", file_path);
7776

7877
let mut state = {
7978
scope_time!("syntax_highlighting.0");

0 commit comments

Comments
 (0)