Skip to content

Commit b3ba1ca

Browse files
committed
squelch last_visited update logs
1 parent 5985c28 commit b3ba1ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controllers/UserController.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ var UserController = {
2121
}, {
2222
where: {
2323
id: id
24-
}
24+
},
25+
logging: false,
2526
});
2627
});
2728

0 commit comments

Comments
 (0)