mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-08-19 05:25:43 +00:00
refactor: avoid duplicate locator timeout setup
This commit is contained in:
parent
61bd5e1cb5
commit
bdca8f9824
1 changed files with 0 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ impl LocatorTraversal {
|
|||
return Ok(None);
|
||||
}
|
||||
self.note_visit(logical_depth, raw_depth);
|
||||
crate::tree::attributes::set_messaging_timeout(&element, self.deadline)?;
|
||||
let requirements = self.request.evidence_for_raw_depth(raw_depth);
|
||||
let boundary_elements = if raw_depth == 0 && self.request.hydrates_root_name_from_children()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue