Skip to content

Commit

Permalink
delete
Browse files Browse the repository at this point in the history
Signed-off-by: bokket <[email protected]>
  • Loading branch information
bokket committed Jan 22, 2024
1 parent c930f6f commit e3694d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/services/icloud/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ impl IcloudSigner {

for cookie in cookies {
if let Some((key, value)) = cookie.split_once('=') {
println!("{}={}", key, value);
self.data.cookies.insert(key.into(), value.into());
}
}
Expand Down

0 comments on commit e3694d1

Please sign in to comment.