Remove println call
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
1347784898
commit
b4068bad0e
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ impl<'a> TaskStore<'a> for Store {
|
||||||
// the change. The (maybe modified) second one is
|
// the change. The (maybe modified) second one is
|
||||||
// expected by taskwarrior.
|
// expected by taskwarrior.
|
||||||
let val = serde_to_string(&ttask).context(err_msg("Import error"))?;
|
let val = serde_to_string(&ttask).context(err_msg("Import error"))?;
|
||||||
println!("{}", val);
|
|
||||||
|
|
||||||
// Taskwarrior does not have the concept of deleted tasks, but only modified
|
// Taskwarrior does not have the concept of deleted tasks, but only modified
|
||||||
// ones.
|
// ones.
|
||||||
|
|
Loading…
Reference in a new issue