Remove console.log

This commit is contained in:
Kuba Orlik 2024-03-26 13:08:05 +01:00
parent 64cd9cc217
commit 844ec1a21f

View File

@ -12,7 +12,6 @@ export default new (class LogoutRedirect extends Mountable {
mount(router: Router, path: string) { mount(router: Router, path: string) {
router.get(path, async (ctx) => { router.get(path, async (ctx) => {
console.log("logout.redirect.ts:15");
try { try {
const session_id = ctx.cookies.get("sealious-session"); const session_id = ctx.cookies.get("sealious-session");
if (session_id) { if (session_id) {