diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-06-18 21:02:58 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-06-18 21:05:13 +0100 |
commit | 6cb97076ce9ce4547985be3dbbc740d00888d6e2 (patch) | |
tree | 075df8c7f7685afaa0f8ae8630c899182e712c43 | |
parent | Merge pull request #3804 (diff) | |
download | monero-6cb97076ce9ce4547985be3dbbc740d00888d6e2.tar.xz |
simplewallet: remove leftover global debug trace
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 196a2eb74..d41d63aa1 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -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; |