this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

cap: remove log line

rockorager.dev 04048c4b 5fd22b37

verified
-3
-3
src/main.zig
··· 853 853 if (std.mem.eql(u8, subcmd, "LS")) { 854 854 // LS lists available capabilities 855 855 // We expect a 302, but we don't actually care 856 - if (iter.next()) |version| { 857 - log.debug("received cap ls version: {s}", .{version}); 858 - } 859 856 try conn.print( 860 857 self.gpa, 861 858 ":{s} CAP {s} LS :",