From 862cffc36aa7c24b5784f12487c53ed8d196cdc2 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 13 Sep 2014 21:45:59 +0000 Subject: [PATCH] .removed DDUMPs git-svn-id: svn://ultimatepp.org/upp/trunk@7685 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Debuggers/Data.cpp | 1 - uppsrc/ide/Debuggers/Pdb.cpp | 2 -- 2 files changed, 3 deletions(-) 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());