diff --git a/android/src/main/cpp/sonar.cpp b/android/src/main/cpp/sonar.cpp index debf34b77..30013f457 100644 --- a/android/src/main/cpp/sonar.cpp +++ b/android/src/main/cpp/sonar.cpp @@ -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());