diff --git a/src/ripple/overlay/impl/OverlayImpl.cpp b/src/ripple/overlay/impl/OverlayImpl.cpp index f84365e94..da1fadb42 100644 --- a/src/ripple/overlay/impl/OverlayImpl.cpp +++ b/src/ripple/overlay/impl/OverlayImpl.cpp @@ -194,16 +194,10 @@ OverlayImpl::onHandoff (std::unique_ptr && ssl_bundle, beast::Journal journal (sink); Handoff handoff; - -#if 1 - // VFALCO Disable handoffs - return handoff; -#else if (processRequest(request, handoff)) return handoff; if (! isPeerUpgrade(request)) return handoff; -#endif handoff.moved = true;