[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] remove some commented-out code that may tempt us to do ill
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv7286/src/or
Modified Files:
routerlist.c
Log Message:
remove some commented-out code that may tempt us to do ill
Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -d -r1.352 -r1.353
--- routerlist.c 25 Oct 2005 18:01:01 -0000 1.352
+++ routerlist.c 25 Oct 2005 18:38:44 -0000 1.353
@@ -2714,11 +2714,6 @@
}
}
- /*
- log_fn(LOG_NOTICE, "%d downloads already in progress",
- smartlist_len(downloading));
- smartlist_sort_strings(downloading);
- */
if (n_downloadable) {
SMARTLIST_FOREACH(downloading, const char *, d,
{
@@ -2727,7 +2722,6 @@
rs->should_download = 0;
--n_downloadable;
++n_in_progress;
- // log_fn(LOG_NOTICE, "%s is in-progress; not fetching", dl);
}
});
}