summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Redmond <adredmond@gmail.com>2021-03-04 22:31:18 -0500
committerAndrew Redmond <adredmond@gmail.com>2021-03-04 22:31:18 -0500
commitc9f6bdc3b2c4b8f6ebd2bfa27930803175f64c0f (patch)
tree0bfc870244ad105432cf53ebe1f6d98ad3baf9c4
parent78b7a3718a7d5c1ae75241bce1144fd723de3954 (diff)
downloadtitler-args_collect.tar.xz
titler-args_collect.zip
remove debugging statementargs_collect
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index c5b5b83..8bdcca4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -26,7 +26,6 @@ fn main() {
match arg.as_str() {
"--ignore" | "-i" => {
ignorables = HashSet::from_iter(args.iter().cloned().skip(1).collect::<Vec<String>>());
- println!("{:?}", ignorables);
break;
}
"--help" | "-h" => {