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 /src | |
| parent | 9226acca4be7ed920e82172011c02975ff3edb62 (diff) | |
| download | monzero-core-6cb97076ce9ce4547985be3dbbc740d00888d6e2.tar.gz monzero-core-6cb97076ce9ce4547985be3dbbc740d00888d6e2.tar.xz monzero-core-6cb97076ce9ce4547985be3dbbc740d00888d6e2.zip | |
simplewallet: remove leftover global debug trace
Diffstat (limited to 'src')
| -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; |
