Remove debug logging.

GitOrigin-RevId: 56ca1c7950609f13dabf6c12262432ecfa14b523
This commit is contained in:
levlam 2020-07-23 01:44:08 +03:00
parent cc28bdeae3
commit b970cc4e5e

View File

@ -43,7 +43,6 @@ ActorContext *&Scheduler::context() {
void Scheduler::on_context_updated() {
LOG_TAG = context_->tag_;
LOG(ERROR) << "on context updated " << context_;
}
void Scheduler::set_scheduler(Scheduler *scheduler) {