From ced60e57cd7c213e8996748800ae10cf8515b93f Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Mon, 22 Apr 2024 15:04:37 +0200 Subject: [PATCH] Remove debug print (#784) --- src/engine.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/engine.rs b/src/engine.rs index 044ac27..279545e 100644 --- a/src/engine.rs +++ b/src/engine.rs @@ -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(),