simplewallet: remove leftover global debug trace

This commit is contained in:
moneromooo-monero 2018-06-18 21:02:58 +01:00
parent 9226acca4b
commit 6cb97076ce
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 0 additions and 1 deletions

View File

@ -1434,7 +1434,6 @@ bool simple_wallet::set_ring(const std::vector<std::string> &args)
}
ring.push_back(offset);
ptr += read;
MGINFO("read offset: " << offset);
}
if (!valid)
continue;