Remove leftover debug log

PiperOrigin-RevId: 509473001
Change-Id: I37e1ca609489ed9e2f3303efda3d955ad8408237
This commit is contained in:
Wiktor Garbacz 2023-02-14 02:50:29 -08:00 committed by Copybara-Service
parent a5d12903dd
commit e4c0d91e69

View File

@ -906,7 +906,6 @@ void PtraceMonitor::EventPtraceExit(pid_t pid, int event_msg) {
} else { } else {
SetExitStatusCode(Result::SIGNALED, WTERMSIG(event_msg)); SetExitStatusCode(Result::SIGNALED, WTERMSIG(event_msg));
} }
LOG(INFO) << "CPU limit: " << executor_->limits()->rlimit_cpu().rlim_cur;
SetAdditionalResultInfo(std::move(regs)); SetAdditionalResultInfo(std::move(regs));
} else if (log_stack_trace) { } else if (log_stack_trace) {
// In case pid == pid_ the stack trace will be logged anyway. So we need // In case pid == pid_ the stack trace will be logged anyway. So we need