simplewallet: remove leftover global debug trace
This commit is contained in:
parent
9226acca4b
commit
6cb97076ce
|
@ -1434,7 +1434,6 @@ bool simple_wallet::set_ring(const std::vector<std::string> &args)
|
||||||
}
|
}
|
||||||
ring.push_back(offset);
|
ring.push_back(offset);
|
||||||
ptr += read;
|
ptr += read;
|
||||||
MGINFO("read offset: " << offset);
|
|
||||||
}
|
}
|
||||||
if (!valid)
|
if (!valid)
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue