Skip to content

Commit

Permalink
-Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Sep 4, 2024
1 parent 615b7f1 commit f6cd03b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/SQLiteDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1075,10 +1075,6 @@ int SQLiteDB::writeSymbolsToDatabase(ElfFile& inElf)

else
{
std::cout << "symbol-->" << symbol->getName() << std::endl;
std::cout << "encoding-->" << symbol->getElf().getDWARFEncoding(symbol->getEncoding()).getName();

std::cout << "encoding id-->" << std::to_string(symbol->getElf().getDWARFEncoding(symbol->getEncoding()).getId()) << std::endl;
writeSymbolQuery +=
"INSERT INTO symbols(elf, name, byte_size, encoding, artifact, long_description, short_description) "
"VALUES(";
Expand Down

0 comments on commit f6cd03b

Please sign in to comment.