summaryrefslogtreecommitdiffstats
path: root/src/actor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/actor.rs')
-rw-r--r--src/actor.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/actor.rs b/src/actor.rs
index 238e13d..5c669dd 100644
--- a/src/actor.rs
+++ b/src/actor.rs
@@ -180,7 +180,6 @@ fn replace_variables_from_snippet(snippet: &str, tags: &str, variables: Variable
Ok(interpolated_snippet)
}
-// TODO: make it depend on less inputs
pub fn act(
extractions: Result<extractor::Output>,
files: Vec<String>,