From 483e583533c6b66ed0117a6ca16b9426f5af1b70 Mon Sep 17 00:00:00 2001 From: Pete Date: Tue, 16 Apr 2024 18:40:48 -0700 Subject: Remove the commented-out buggy lines. --- appl/svc/httpd/httpd.b | 2 -- 1 file changed, 2 deletions(-) (limited to 'appl') diff --git a/appl/svc/httpd/httpd.b b/appl/svc/httpd/httpd.b index d2f5f5e5..20d48f10 100644 --- a/appl/svc/httpd/httpd.b +++ b/appl/svc/httpd/httpd.b @@ -506,8 +506,6 @@ senddir(g: ref Private_info,vers,uri: string, fd: ref FD, mydir: ref Dir) g.bout.puts("\n"); for(i := 0; i < n; i++){ (typ, enc) := classify(a[i]); - #g.bout.puts(sys->sprint("", - # myname, a[i].name, a[i].name)); g.bout.puts(sys->sprint("", a[i].name, a[i].name)); if(typ != nil){ -- cgit v1.2.3
%s
%s