mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 16:33:15 -03:00
remove a log
This commit is contained in:
@@ -74,7 +74,6 @@ app.get('/', function(req, res) {
|
||||
app.get('/search', async function(req, res) {
|
||||
let query = req.query.q ? req.query.q : ''
|
||||
let settings = req.query.s ? JSON.parse(atob(req.query.s)) : defaultSettings
|
||||
console.log(settings)
|
||||
if(!settings.combineWith){
|
||||
delete settings.combineWith //remove if unset to avoid crashing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user