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());