From adfc94c02957100b20f4f7d1ce63ed463cc253a3 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Wed, 7 Jan 2015 21:38:37 +0100 Subject: [PATCH] Remove debug output left in unintentionally --- src/gui/Mainwindow.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/Mainwindow.cxx b/src/gui/Mainwindow.cxx index 5fd57aa..34dcfb1 100644 --- a/src/gui/Mainwindow.cxx +++ b/src/gui/Mainwindow.cxx @@ -84,8 +84,6 @@ void Mainwindow::addFunction(Function* fun) { CFGScene * scene = new CFGScene; Disassembler * dis = manager->getDisassembler(); - std::cerr << dis << std::endl; - BasicBlock * block = dis->getBasicBlock(fun->getStartAddress()); local__add_basic_block(block, manager->getDisassembler(), blocks, scene, block->getStartAddress(), 100); -- 2.39.2