Skip to content

Commit

Permalink
remove irrelevant comment (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Nguyen <[email protected]>
  • Loading branch information
mikeee authored Aug 13, 2024
1 parent 3c79d18 commit 641f124
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/jobs/jobs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ struct JsonAny {
}

async fn ping_pong_handler(_request: JobEventRequest) -> Result<JobEventResponse, Status> {
// Implement the logic for handling the backup job request
// ...
println!("received job on ping_pong_handler");

Ok(JobEventResponse::default())
Expand Down

0 comments on commit 641f124

Please sign in to comment.