server: Remove extra debug print
This commit is contained in:
parent
680d0a943a
commit
b5a5eda5d2
@ -18,7 +18,6 @@ app.get('/ipad.png', async (req, res) => {
|
||||
}
|
||||
|
||||
let frontend_url = new URL('/wall-display.html', 'http://' + req.get('host'));
|
||||
console.debug(frontend_url);
|
||||
if (typeof req.query.tool == 'string') {
|
||||
frontend_url.searchParams.set('tool', req.query.tool);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user