mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Clean up logging
This commit is contained in:
parent
0b31a26457
commit
1715676046
3 changed files with 0 additions and 3 deletions
|
|
@ -16,7 +16,6 @@ export function search(query) {
|
|||
typoTolerance: "min"
|
||||
},
|
||||
(err, content) => {
|
||||
console.log(content);
|
||||
if (err != null) {
|
||||
reject(err);
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -161,7 +161,6 @@ const unloadedSkinEpic = (actions, states) =>
|
|||
if (chunkState[chunk] != null) {
|
||||
return null;
|
||||
}
|
||||
console.log({ chunk });
|
||||
chunkState[chunk] = "fetching";
|
||||
const response = await fetch(`/skinData/skins-${chunk}.json`);
|
||||
const payload = await response.json();
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ firstSkinChunk.forEach(skin => {
|
|||
skins[skin.md5] = skin;
|
||||
defaultSkins.push(skin.md5);
|
||||
});
|
||||
console.log(skinChunkData);
|
||||
|
||||
const defaultState = {
|
||||
searchQuery: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue