fix remnants from testing stuff

This commit is contained in:
Ferdinand Schober
2024-07-12 01:32:52 +02:00
parent 73a57ee892
commit d25c6d4ec2

View File

@@ -97,9 +97,7 @@ async fn get_ei_fd() -> Result<OwnedFd, ashpd::Error> {
}; };
}; };
let fd = proxy.connect_to_eis(&session).await?; proxy.connect_to_eis(&session).await
session.close().await?;
Ok(fd)
} }
impl LibeiEmulation { impl LibeiEmulation {