Skip to content

Commit 54bdd25

Browse files
thonatosJacksonTian
authored andcommitted
fix: remove console.log
1 parent 0deba23 commit 54bdd25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/controller/sign.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class SignController extends Controller {
99
const options = {
1010
layout: 'layout.html',
1111
};
12-
console.log(ctx.session);
1312
await ctx.render('/sign/signin', data, options);
1413
}
1514

0 commit comments

Comments
 (0)