Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDavison committed Feb 26, 2024
1 parent 515bd1e commit 581dbd9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "repoutil"
version = "0.27.0"
version = "0.27.1"
authors = ["Chris Davison <c.jr.davison@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ fn main() {
.map(|x| x.to_string())
.collect::<Vec<String>>();
let common = common_substring(&messages);
dbg!(&common);
for msg in messages {
println!("{}", msg.replace(&common, ""))
}
Expand Down

0 comments on commit 581dbd9

Please sign in to comment.