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:
micio 2014-02-19 10:51:21 +00:00
parent a04ddf0b6d
commit 097b005fdb
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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);
}