Commit b0685b35 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove debug code I accidentally left in here

parent 138c57c7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -344,8 +344,6 @@ CURLcode Curl_http_perhapsrewind(struct connectdata *conn)
       when HTTP isn't activated */
    return CURLE_OK;

  infof(data, "now in %s\n", __func__);

  switch(data->set.httpreq) {
  case HTTPREQ_GET:
  case HTTPREQ_HEAD: