Remove closed task references

Summary: No longer relevant.

Reviewed By: jknoxville

Differential Revision: D17951216

fbshipit-source-id: 2ef2a97c594af7cf9c134555779765872cfa0eb4
This commit is contained in:
Pascal Hartig
2019-10-16 08:03:42 -07:00
committed by Facebook Github Bot
parent 78b093118d
commit 9e96f0c7c2

View File

@@ -30,8 +30,6 @@ using namespace facebook::flipper;
namespace {
void handleException(const std::exception& e) {
// TODO: T35898390, report and log the exception in scribe
// TODO: T35898500, send flipper notification
std::string message = "Exception caught in C++ and suppressed: ";
message += e.what();
__android_log_write(ANDROID_LOG_ERROR, "FLIPPER", message.c_str());