X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwho.c;h=b4a9771977de1baf7f5d3ad67588e0fcf43255de;hp=68b33d80676c73ee396ee7cfc2bd727ac4cd8b45;hb=77ad06c3f4bf4d2a4e3a7ff82ec94fcdff343273;hpb=cc57c438c8c3169491eb0420d8823380d3ef1806 diff --git a/webcit/who.c b/webcit/who.c index 68b33d806..b4a977197 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -120,7 +120,6 @@ void terminate_session(void) serv_printf("TERM %s", bstr("which_session")); serv_getln(buf, sizeof buf); - ///who(); url_do_template(); }