Commit 4bdd7596 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

the expire timer is a bit too annoying to see all the time ;-)

parent 18aae320
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1845,9 +1845,10 @@ void Curl_expire(struct SessionHandle *data, long milli)
    }

    *nowp = set;
#if 0
    infof(data, "Expire at %ld / %ld (%ldms)\n",
          (long)nowp->tv_sec, (long)nowp->tv_usec, milli);

#endif
    data->state.timenode.payload = data;
    multi->timetree = Curl_splayinsert((int)nowp->tv_sec,
                                       multi->timetree,