summaryrefslogtreecommitdiffstats
path: root/src/verb/external_execution.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-05-24 21:41:18 +0200
committerCanop <cano.petrole@gmail.com>2020-05-24 21:41:18 +0200
commitf52403e47d14a71d2428c020c63541cfe296afe5 (patch)
treeb9d93c425790ba6dfa85d2fd97f9504de8738467 /src/verb/external_execution.rs
parentbda58cd490ac415b75eaae0b3cd35bc3c0369dc8 (diff)
tab based auto-completion of verbs and paths in input
Diffstat (limited to 'src/verb/external_execution.rs')
-rw-r--r--src/verb/external_execution.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/verb/external_execution.rs b/src/verb/external_execution.rs
index 87b67e3..f388b72 100644
--- a/src/verb/external_execution.rs
+++ b/src/verb/external_execution.rs
@@ -90,7 +90,6 @@ impl ExternalExecution {
for group in GROUP.find_iter(execution_str) {
if group.as_str().starts_with("{other-panel-") {
need_another_panel = true;
- debug!("NEED ANOTHER PANEL");
}
}
Ok(Self {