mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Removed console.logs
This commit is contained in:
@@ -105,7 +105,6 @@ export default function AllQuestions({ router }) {
|
||||
if (key === 'all') {
|
||||
fetchAllData(dbs).then((res) => {
|
||||
setData(mergeData(res))
|
||||
console.log(res)
|
||||
})
|
||||
} else {
|
||||
fetchData(dbs[key]).then((res) => {
|
||||
|
Reference in New Issue
Block a user