From cdb81f32ac3c4c93daddcb0b4d87b48a3eb90598 Mon Sep 17 00:00:00 2001
From: wxiaoguang <wxiaoguang@gmail.com>
Date: Thu, 9 Jun 2022 01:17:44 +0800
Subject: [PATCH] Remove out-dated comments (#19921)

---
 templates/user/settings/applications.tmpl | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/templates/user/settings/applications.tmpl b/templates/user/settings/applications.tmpl
index e3a9a251f3..cfdfaeb1f8 100644
--- a/templates/user/settings/applications.tmpl
+++ b/templates/user/settings/applications.tmpl
@@ -55,12 +55,6 @@
 </div>
 
 <div class="ui small basic delete modal" id="delete-token">
-	{{/*
-		The wording here is a bit confusing.
-		The action asks for deleting an access token.
-		Confirming is therefore the destructive option and
-		should be deemphasized because it cannot be undone.
-	*/}}
 	<div class="ui icon header">
 		{{svg "octicon-trash"}}
 		{{.i18n.Tr "settings.access_token_deletion"}}