mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Ide/Debuggers/Gdb_MI2 : removed a couple of RLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@6931 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a04ddf0b6d
commit
097b005fdb
2 changed files with 1 additions and 5 deletions
|
|
@ -1257,7 +1257,7 @@ void Gdb_MI2::SyncWatches(MIValue val)
|
|||
}
|
||||
firstCall = true;
|
||||
}
|
||||
RLOG(val.Dump());
|
||||
|
||||
bool more = false;
|
||||
|
||||
// simplify loop, returns when at least one simplify step happens
|
||||
|
|
|
|||
|
|
@ -77,10 +77,6 @@ int MIValue::ParsePair(String &name, MIValue &val, String const &s, int i)
|
|||
// is starting wirh '[' or '{' take it as a value with empty name
|
||||
if(s[i] == '{' || s[i] == '[')
|
||||
{
|
||||
/*
|
||||
RLOG("STICAZZI....");
|
||||
RLOG("i = " << i << " s = " << s);
|
||||
*/
|
||||
name = "<UNNAMED>";
|
||||
return val.ParseTuple(s, i);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue