removed forgotten console.logs

This commit is contained in:
zadam
2020-08-28 22:52:57 +02:00
parent 416b7088c5
commit 5a8c3f6a2b
6 changed files with 16 additions and 17 deletions

View File

@@ -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()) {