summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/Network.cpp1
1 files changed, 0 insertions, 1 deletions
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> 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
}