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 016b1a8 commit 216756c
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 @@ -132,9 +132,6 @@ bool SQLiteDB::doEncodingsExist()
logger.logError("%s", errorMessage);
row_count = 0;
}

printf("doEncodingsExist**1:%d, rc:%d\n", row_count, rc);

return row_count == 0 ? false : true;
}

Expand Down Expand Up @@ -1589,7 +1586,6 @@ int SQLiteDB::writeEncodingsToDatabase(ElfFile& inElf)
}
else
{
printf("writeEncodingsToDatabase********1\n");
std::map<std::string, std::vector<std::string>> symbolsMap{};

std::string getSymbolIdQuery{"SELECT * FROM encodings;"};
Expand Down

0 comments on commit 216756c

Please sign in to comment.