Skip to content

Commit

Permalink
[Core] remove bad logs (ray-project#48281)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkooo567 authored and Jay-ju committed Nov 5, 2024
1 parent 906859a commit ba70cd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ray/core_worker/transport/actor_task_submitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ Status ActorTaskSubmitter::SubmitActorCreationTask(TaskSpecification task_spec)
rpc::RayErrorInfo ray_error_info;
if (status.IsSchedulingCancelled()) {
RAY_LOG(DEBUG).WithField(actor_id) << "Actor creation cancelled";
RAY_LOG(ERROR).WithField(actor_id) << "SANG-TODO Actor creation cancelled";
task_finisher_.MarkTaskCanceled(task_id);
if (reply.has_death_cause()) {
ray_error_info.mutable_actor_died_error()->CopyFrom(reply.death_cause());
Expand Down

0 comments on commit ba70cd2

Please sign in to comment.