[AIDL] Remove redundant logs

Bug: 216290344
Test: atest NfcNciInstrumentationTests
Test: atest VtsAidlHalNfcTargetTest
Change-Id: I8dde8cae298d838570cbc94b9c3c05bae8589068
diff --git a/aidl/Nfc.cpp b/aidl/Nfc.cpp
index 267b589..dc8ee62 100644
--- a/aidl/Nfc.cpp
+++ b/aidl/Nfc.cpp
@@ -141,7 +141,6 @@
 }
 
 ::ndk::ScopedAStatus Nfc::preDiscover() {
-  LOG(INFO) << "preDiscover";
   if (Nfc::mCallback == nullptr) {
     LOG(ERROR) << __func__ << "mCallback null";
     return ndk::ScopedAStatus::fromServiceSpecificError(
@@ -155,7 +154,6 @@
 
 ::ndk::ScopedAStatus Nfc::write(const std::vector<uint8_t>& data,
                                 int32_t* _aidl_return) {
-  LOG(INFO) << "write";
   if (Nfc::mCallback == nullptr) {
     LOG(ERROR) << __func__ << "mCallback null";
     return ndk::ScopedAStatus::fromServiceSpecificError(