aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-06-18 21:02:58 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-06-18 21:05:13 +0100
commit6cb97076ce9ce4547985be3dbbc740d00888d6e2 (patch)
tree075df8c7f7685afaa0f8ae8630c899182e712c43
parentMerge pull request #3804 (diff)
downloadmonero-6cb97076ce9ce4547985be3dbbc740d00888d6e2.tar.xz
simplewallet: remove leftover global debug trace
-rw-r--r--src/simplewallet/simplewallet.cpp1
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;