From 6cb97076ce9ce4547985be3dbbc740d00888d6e2 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 18 Jun 2018 21:02:58 +0100 Subject: [PATCH] simplewallet: remove leftover global debug trace --- src/simplewallet/simplewallet.cpp | 1 - 1 file changed, 1 deletion(-) 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 &args) } ring.push_back(offset); ptr += read; - MGINFO("read offset: " << offset); } if (!valid) continue;