Skip to content

Commit

Permalink
rm debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Dec 10, 2024
1 parent 4bfe2b5 commit 6c5721d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ferrite-core/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,6 @@ impl Engine {
.iter()
.find(|b| b.path == real_path)
{
tracing::error!("real_path: {:?}", real_path);
let buffer = &mut self.workspace.buffers[buffer_id];
buffer.load_view_data(view_id, buffer_data);
buffer.load_buffer_data(buffer_data);
Expand Down

0 comments on commit 6c5721d

Please sign in to comment.