chore: remove stray log

This commit is contained in:
izzy 2025-11-14 16:17:56 +00:00
parent 0bc0f4c3e9
commit 082b22c8e7
No known key found for this signature in database
GPG key ID: 5059F398521BB0F6

View file

@ -149,7 +149,6 @@ describe('/admin/maintenance', () => {
describe.sequential('POST /', () => {
it('should exit maintenance mode', async () => {
console.info('using', cookie!);
const { status } = await request(app).post('/admin/maintenance').set('cookie', cookie!).send({
action: 'end',
});