aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-07-19 13:51:44 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-07-19 13:51:44 -0500
commit2e4653c077cd3f0ef60066d2b226c07ec51b1bf4 (patch)
tree505b23e225da26792682d885081c3285f346fb2e /src
parentMerge pull request #4021 (diff)
parentsimplewallet: remove leftover global debug trace (diff)
downloadmonero-2e4653c077cd3f0ef60066d2b226c07ec51b1bf4.tar.xz
Merge pull request #4023
6cb9707 simplewallet: remove leftover global debug trace (moneromooo-monero)
Diffstat (limited to 'src')
-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 16866a80d..8bd97be61 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -1423,7 +1423,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;