testing debug
This commit is contained in:
parent
9c5989f414
commit
2861dab7bf
1 changed files with 3 additions and 0 deletions
|
@ -282,6 +282,9 @@ fn reset_checkboxes(config: &Config) {
|
||||||
let mut body_content: Vec<&str> = vec![];
|
let mut body_content: Vec<&str> = vec![];
|
||||||
|
|
||||||
for line in primary_note_lines.iter() {
|
for line in primary_note_lines.iter() {
|
||||||
|
if line.contains("Send Summary") {
|
||||||
|
debug!("summary line: '{}'", line);
|
||||||
|
}
|
||||||
if line.starts_with("- [x] Send Summary") {
|
if line.starts_with("- [x] Send Summary") {
|
||||||
body_content.push("- [ ] Send Summary");
|
body_content.push("- [ ] Send Summary");
|
||||||
} else if line.starts_with("- [x] Restart Headscale :(") {
|
} else if line.starts_with("- [x] Restart Headscale :(") {
|
||||||
|
|
Loading…
Reference in a new issue