We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69460c commit cb01fdaCopy full SHA for cb01fda
src/components/revision_files.rs
@@ -214,7 +214,6 @@ impl RevisionFilesComponent {
214
fn selection_changed(&mut self) {
215
//TODO: retrieve TreeFile from tree datastructure
216
if let Some(file) = self.selected_file_path_with_prefix() {
217
- log::info!("selected: {:?}", file);
218
let path = Path::new(&file);
219
if let Some(item) =
220
self.files.iter().find(|f| f.path == path)
src/ui/syntax_text.rs
@@ -73,7 +73,6 @@ impl SyntaxText {
73
params: &RunParams<AsyncAppNotification, ProgressPercent>,
74
) -> asyncgit::Result<Self> {
75
scope_time!("syntax_highlighting");
76
- log::debug!("syntax: {:?}", file_path);
77
78
let mut state = {
79
scope_time!("syntax_highlighting.0");
0 commit comments