mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
removed forgotten console.logs
This commit is contained in:
@@ -55,8 +55,6 @@ function getRecentChanges(req) {
|
||||
|
||||
recentChanges = recentChanges.slice(0, Math.min(500, recentChanges.length));
|
||||
|
||||
console.log(recentChanges);
|
||||
|
||||
for (const change of recentChanges) {
|
||||
if (change.current_isProtected) {
|
||||
if (protectedSessionService.isProtectedSessionAvailable()) {
|
||||
|
||||
Reference in New Issue
Block a user