diff --git a/src/or/connection_or.c b/src/or/connection_or.c
index f206089416c218151246c8c18a3b980e7b57ed0c..67d66fcd07ce6033552260c09a8b1131b5dfdd95 100644
--- a/src/or/connection_or.c
+++ b/src/or/connection_or.c
@@ -1296,8 +1296,6 @@ connection_or_handle_event_cb(struct bufferevent *bufev, short event,
                                            connection_or_tls_renegotiated_cb,
                                            conn);
           conn->_base.state = OR_CONN_STATE_TLS_SERVER_RENEGOTIATING;
-          /* return 0; */
-          return; /* ???? */
         } else if (handshakes == 2) {
           /* v2 handshake, as a server.  Two handshakes happened already,
            * so we treat renegotiation as done.