Remove debug
This commit is contained in:
parent
a6f9573c3f
commit
c4ae5d4cf3
@ -8,12 +8,10 @@ const BEATSAVER_MAP_API =
|
||||
const KEY = "BS_MAP_DATA_";
|
||||
|
||||
function getLatestMapArt(data: BeatSaverMapData) {
|
||||
console.log(data);
|
||||
let url: string | undefined = undefined;
|
||||
for (const version of data.versions) {
|
||||
url = version.coverURL;
|
||||
}
|
||||
console.log(url);
|
||||
return url;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user