Skip to content
Snippets Groups Projects
Commit 0ff85612 authored by Heldmann, Tim's avatar Heldmann, Tim
Browse files

Silence unnecessary debug outputs

parent c706bd01
No related branches found
No related tags found
No related merge requests found
......@@ -150,12 +150,6 @@ void CTUApexConsumer::HandleTranslationUnit(clang::ASTContext &Context) {
SPDLOG_INFO("Generate wrapper calls");
SPDLOG_CRITICAL("WRAPPER CALLS CAN NOT YET BE IMPLEMENTED");
for(const auto& e : call_graph->getNodes()){
std::cout<<e.second->getFunctionName()<<"\n";
}
assert(call_graph->getMain());
if(auto md=call_graph->getMain()->checkAndGet<ExtractionMetadata>(); md.first && !md.second->isMarkedToExtract()){
//we have no main function and need to create or own
outFile<<"\nint main(){return 0;}\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment