Skip to content

Commit

Permalink
[Core] remove bad logs (ray-project#48281)
Browse files Browse the repository at this point in the history
Signed-off-by: mohitjain2504 <mohit.jain@dream11.com>
  • Loading branch information
rkooo567 authored and mohitjain2504 committed Nov 15, 2024
1 parent 144ba73 commit 88871af
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 88871af

Please sign in to comment.