From a6bc01e791ffc81a9295cc72144f78d7acfcf5af Mon Sep 17 00:00:00 2001 From: fang Date: Thu, 7 Oct 2021 21:58:56 +0400 Subject: [PATCH] hood: no longer work around bad clay %u behavior Previously it would crash for non-existent desk. No longer does, so we don't need to avoid this. --- pkg/base-dev/sur/hood.hoon | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/base-dev/sur/hood.hoon b/pkg/base-dev/sur/hood.hoon index 9fe23104b3..4202762431 100644 --- a/pkg/base-dev/sur/hood.hoon +++ b/pkg/base-dev/sur/hood.hoon @@ -176,8 +176,6 @@ ++ read-bill |= [our=ship =desk now=@da] =/ pax (en-beam [our desk da+now] /desk/bill) - ?. (~(has in .^((set ^desk) cd/~[(scot %p our) ~ (scot %da now)])) desk) - *(list dude) ?. .^(? cu/pax) *(list dude) .^((list dude) cx/pax)