From adfb71fa6bad2bf6be4ac461ae13f8801dec7164 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 7 Aug 2014 08:49:43 -0700 Subject: Compile for for TRACE, remove old TESTNET cruft. --- node/Network.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'node') diff --git a/node/Network.cpp b/node/Network.cpp index 43565e9f..23b32946 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -103,7 +103,6 @@ SharedPtr Network::newInstance(const RuntimeEnvironment *renv,NodeConfi nw->_restoreState(); nw->requestConfiguration(); } catch ( ... ) { - TRACE("exception in network setup thread in _restoreState() or requestConfiguration()!"); nw->_lastConfigUpdate = 0; // call requestConfiguration() again } -- cgit v1.2.3