From b7eea47336bde984d1a9f5842bfad7d540b6b177 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 2 Oct 2018 11:41:40 -0400 Subject: [PATCH] fall through --- llarp/service/endpoint.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llarp/service/endpoint.cpp b/llarp/service/endpoint.cpp index 29ef7a60e..49e2e8781 100644 --- a/llarp/service/endpoint.cpp +++ b/llarp/service/endpoint.cpp @@ -1009,12 +1009,6 @@ namespace llarp remoteIntro.router); return p->SendRoutingMessage(&transfer, Router()); } - else - { - // no path? - llarp::LogError("no path"); - return false; - } } } // outbound converstation