Browse Source

bonus points if it builds on 64 bit

svn:r9698
Roger Dingledine 17 years ago
parent
commit
a46bd9942d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/or/circuituse.c

+ 0 - 1
src/or/circuituse.c

@@ -1027,7 +1027,6 @@ circuit_get_open_circ_or_launch(edge_connection_t *conn,
              * routerstatus or equivalent. */
             routerstatus_t *s =
               routerstatus_get_by_hexdigest(conn->chosen_exit_name+1);
-            log_debug(LD_DIR, "result is %d", (int)s);
             if (s) {
               extend_info = extend_info_from_routerstatus(s);
             } else {