From: Christoph Egger Date: Wed, 7 Jan 2015 20:38:37 +0000 (+0100) Subject: Remove debug output left in unintentionally X-Git-Tag: v0.1~143 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=adfc94c02957100b20f4f7d1ce63ed463cc253a3 Remove debug output left in unintentionally --- 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);