Skip to content

Commit

Permalink
Remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhofer committed Sep 23, 2024
1 parent 6cc25b4 commit ec65d0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/models/operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ impl Operation {
.unwrap();
let operation = rows.next().unwrap().unwrap();
// TODO: error condition here where we can write to disk but transaction fails
println!("here1");
println!("{}", &operation.db_uuid);
OperationState::set_operation(conn, &operation.db_uuid, operation.id);
operation
}
Expand Down

0 comments on commit ec65d0e

Please sign in to comment.