Remove debug print (#784)

This commit is contained in:
Stefan Holderbach 2024-04-22 15:04:37 +02:00 committed by GitHub
parent 46f410bfdc
commit ced60e57cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(),