Commit 89f27177 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Remove debugging output.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1735 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 622c0cd4
......@@ -126,10 +126,8 @@ STV_add(const char *spec)
stv->init(stv, q);
if (!stevedores) {
fprintf(stderr, "first stevedore\n");
stevedores = stv->next = stv->prev = stv;
} else {
fprintf(stderr, "additional stevedore\n");
stv->next = stevedores;
stv->prev = stevedores->prev;
stv->next->prev = stv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment