Skip to content

Commit 18341ab

Browse files
cephalonautoz-agent
andcommitted
Remove empty if-let leftover from debug instrumentation removal
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 9e8ca6b commit 18341ab

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/pane_group/child_agent/hydration.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ impl PaneGroup {
142142
let materialization = task_for_decision
143143
.as_ref()
144144
.map(decide_child_pane_materialization);
145-
if let Some(ref task) = task_for_decision {
146-
}
147145

148146
match origin {
149147
ChildPaneOrigin::HostedConversation => {

0 commit comments

Comments
 (0)