diff --git a/uppsrc/ide/Debuggers/Data.cpp b/uppsrc/ide/Debuggers/Data.cpp index 93d899dda..a3c711009 100644 --- a/uppsrc/ide/Debuggers/Data.cpp +++ b/uppsrc/ide/Debuggers/Data.cpp @@ -296,7 +296,6 @@ bool Pdb::Tip(const String& exp, CodeEditor::MouseTip& mt) void Pdb::Data() { -DLOG("Data"); switch(tab.Get()) { case TAB_AUTOS: Autos(); break; case TAB_LOCALS: Locals(); break; diff --git a/uppsrc/ide/Debuggers/Pdb.cpp b/uppsrc/ide/Debuggers/Pdb.cpp index 6b7863a1e..18f37daa9 100644 --- a/uppsrc/ide/Debuggers/Pdb.cpp +++ b/uppsrc/ide/Debuggers/Pdb.cpp @@ -233,8 +233,6 @@ Pdb::Pdb() autos.WhenBar = THISBACK(AutosMenu); autos.WhenLeftDouble = THISBACK1(ExploreKey, &autos); -DLOG("TEST"); - int c = EditField::GetStdHeight(); explorer.AddColumn("", 1); explorer.AddColumn("", 6).SetDisplay(Single());