Remove unnecessary log on diashow
This commit is contained in:
@@ -47,7 +47,6 @@ const { data, refresh, error } = await useFetch(`/api/hunt/${id}/diashow`, {
|
||||
});
|
||||
|
||||
pictures.sort(() => Math.random() - 0.5);
|
||||
console.log(pictures);
|
||||
|
||||
return { ...rest, pictures };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user