From c291677051ee276c683230dedf5d0c420ac59d64 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 9 Apr 2021 17:30:36 +0530 Subject: [PATCH] remove an practically unreachable code block --- www/common/drive-ui.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 22b4f1460..6a2a5b53d 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -646,11 +646,6 @@ define([ } else { displayedCategories = [FILES_DATA]; currentPath = [FILES_DATA]; - if (Object.keys(files.root).length && !proxy.anonymousAlert) { - var msg = common.fixLinks($('
').html(Messages.fm_alert_anonymous)); - UI.alert(msg); - proxy.anonymousAlert = true; - } } }