Skip to content

Commit

Permalink
accidental logs
Browse files Browse the repository at this point in the history
  • Loading branch information
foxt committed Aug 31, 2024
1 parent 622f66c commit fb9076d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/auth/authStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export class iCloudAuthenticationStore {
this.sessionId = authResponse.headers.get("X-Apple-Session-Token");
this.sessionToken = this.sessionId;
this.scnt = authResponse.headers.get("scnt");
console.log(authResponse.headers);

const headers = Array.from(authResponse.headers.values());
const aaspCookie = headers.find((v) => v.includes("aasp="));
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ export default class iCloudService extends EventEmitter {
throw new Error("Unable to process auth response!");
}
} else if (authResponse.status == 409) {
console.log(await authResponse.text());
if (this.authStore.processAuthSecrets(authResponse))
this._setState(iCloudServiceStatus.MfaRequested);
else
Expand Down

0 comments on commit fb9076d

Please sign in to comment.