From 2a23d379d97eb765b9a59352395f5b3b6279e057 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 27 Mar 2025 14:12:55 -0400 Subject: RTTI: Get rid of useless log message Not even going to check the git blame i know this was committed at 3 in the morning --- plugins/rtti/itanium.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/rtti/itanium.cpp') diff --git a/plugins/rtti/itanium.cpp b/plugins/rtti/itanium.cpp index a821d6e5..c3a2be5d 100644 --- a/plugins/rtti/itanium.cpp +++ b/plugins/rtti/itanium.cpp @@ -321,7 +321,6 @@ std::optional ReadTypeInfoVariant(BinaryView *view, uint64_t ob uint64_t typeInfoAddr = reader.ReadPointer(); if (!view->IsValidOffset(typeInfoAddr)) return std::nullopt; - LogInfo("Assuming base type info for %llx is at %llx", objectAddr, typeInfoAddr); auto vftSym = view->GetSymbolByAddress(typeInfoAddr); if (vftSym == nullptr) return std::nullopt; -- cgit v1.3.1