[SampleFDO][NFC] Remove debugging log left over in the code.

llvm-svn: 344304
This commit is contained in:
Wei Mi 2018-10-11 22:14:27 +00:00
parent 99c02f6301
commit 6323fb3d7f
1 changed files with 0 additions and 2 deletions

View File

@ -488,8 +488,6 @@ public:
// If the format is SPF_Compact_Binary, the name is already a GUID and we
// don't want to return the GUID of GUID.
static uint64_t getGUID(StringRef Name) {
if (Format == SPF_Compact_Binary)
errs() << Name << '\n';
return (Format == SPF_Compact_Binary) ? std::stoull(Name.data())
: Function::getGUID(Name);
}