From 6b33083bea9082e71ba04d4e5661c722e7521f6b Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 9 Jul 2014 14:05:29 +0100 Subject: [PATCH] Remove debug code. --- alethzero/MainWin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/alethzero/MainWin.cpp b/alethzero/MainWin.cpp index 9f19f1977..b5018e1a6 100644 --- a/alethzero/MainWin.cpp +++ b/alethzero/MainWin.cpp @@ -570,7 +570,6 @@ void Main::refreshBlockChain() } int n = 0; auto b = bc.block(h); - cdebug << RLP(b); for (auto const& i: RLP(b)[1]) { Transaction t(i[0].data());