Skip to content

Commit

Permalink
Remove debug print (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach authored Apr 22, 2024
1 parent 46f410b commit ced60e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,6 @@ impl Reedline {
// If we don't find any history searching by session id, then let's
// search everything, otherwise use the result from the session search
if history_search_by_session.is_none() {
eprintln!("Using global search");
self.history
.search(SearchQuery::last_with_prefix(
parsed_prefix.clone(),
Expand Down

0 comments on commit ced60e5

Please sign in to comment.