デバッグログの削除
This commit is contained in:
@@ -143,7 +143,6 @@ class SongSelect{
|
|||||||
})
|
})
|
||||||
const titlesort = localStorage.getItem("titlesort") ?? "false";
|
const titlesort = localStorage.getItem("titlesort") ?? "false";
|
||||||
if (titlesort === "true") {
|
if (titlesort === "true") {
|
||||||
console.log("sorting...")
|
|
||||||
this.songs.sort((a, b) => a.title.localeCompare(b.title));
|
this.songs.sort((a, b) => a.title.localeCompare(b.title));
|
||||||
}
|
}
|
||||||
if(assets.songs.length){
|
if(assets.songs.length){
|
||||||
|
|||||||
Reference in New Issue
Block a user