diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-11-30 10:48:09 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-11-30 10:48:09 -0800 |
| commit | fa2bb91ae5515ef18ed662896b83d654d659e9f1 (patch) | |
| tree | 3a87ba96e1ed1e24f31f8cd1d853cef6ccd90f60 /node/Topology.cpp | |
| parent | 32478845b2df919d7546a889e49d276ea416a1f3 (diff) | |
| download | infinitytier-fa2bb91ae5515ef18ed662896b83d654d659e9f1.tar.gz infinitytier-fa2bb91ae5515ef18ed662896b83d654d659e9f1.zip | |
Kill some old debug code.
Diffstat (limited to 'node/Topology.cpp')
| -rw-r--r-- | node/Topology.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/node/Topology.cpp b/node/Topology.cpp index 5aafc439..517934fb 100644 --- a/node/Topology.cpp +++ b/node/Topology.cpp @@ -128,10 +128,7 @@ SharedPtr<Peer> Topology::getPeer(const Address &zta) return ap; } } - } catch ( ... ) { - fprintf(stderr,"EXCEPTION in getPeer() part 2\n"); - abort(); - } // invalid identity on disk? + } catch ( ... ) {} // invalid identity on disk? return SharedPtr<Peer>(); } |
