mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
remove unwanted log
This commit is contained in:
parent
49e43a37d2
commit
1d42463c85
@ -19,8 +19,6 @@ export default (props) => {
|
|||||||
// get random wallpaper from array
|
// get random wallpaper from array
|
||||||
const randomWallpaper = featuredWallpapers[Math.floor(Math.random() * featuredWallpapers.length)]
|
const randomWallpaper = featuredWallpapers[Math.floor(Math.random() * featuredWallpapers.length)]
|
||||||
|
|
||||||
console.log(randomWallpaper)
|
|
||||||
|
|
||||||
setWallpaperData(randomWallpaper)
|
setWallpaperData(randomWallpaper)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user