Skip to content

Commit

Permalink
Turn TODO into an issue: #425
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Aug 11, 2024
1 parent feec134 commit 3d2a80c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/snapshots/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ pub async fn snapshot_database(
path: &Path,
visited: &mut HashSet<String>,
) -> Result<(), AybError> {
// TODO(marcua): Replace printlns with some structured logging or
// tracing library.
println!("Trying to back up {}", path.display());
let entity_slug = pathbuf_to_file_name(&pathbuf_to_parent(&pathbuf_to_parent(
&pathbuf_to_parent(path)?,
Expand Down

0 comments on commit 3d2a80c

Please sign in to comment.