mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
fix: remove debug logging
This commit is contained in:
parent
aecc82576a
commit
f56218602e
6 changed files with 0 additions and 25 deletions
|
|
@ -61,12 +61,6 @@ export class AuthService {
|
|||
|
||||
const whitelistedIDs = this.userFilter.split(",");
|
||||
|
||||
console.log("whitelisted ids", {
|
||||
whitelistedIDs,
|
||||
uf: this.userFilter,
|
||||
spotifyID,
|
||||
});
|
||||
|
||||
return whitelistedIDs.includes(spotifyID);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue