Remove unnecessary log message

This commit is contained in:
Simon Fels 2016-09-17 16:28:36 +02:00
commit 532bca4262

View file

@ -30,7 +30,6 @@ PlatformService::PlatformService(const std::shared_ptr<anbox::PlatformApiStub> &
}
status_t PlatformService::boot_finished() {
ALOGI("!!!!!!!!!!!!!!!!!!!!!!! BOOOT FINISHED --- ANBOXD");
platform_api_stub_->boot_finished();
return OK;
}