diff --git a/admin/environment.xml b/admin/environment.xml
index 8c35fb6799b..55502ee3c71 100644
--- a/admin/environment.xml
+++ b/admin/environment.xml
@@ -1868,11 +1868,6 @@
-
-
-
-
-
diff --git a/lib/upgradelib.php b/lib/upgradelib.php
index de6e6b4ac0d..0a61cfa3c71 100644
--- a/lib/upgradelib.php
+++ b/lib/upgradelib.php
@@ -2325,7 +2325,7 @@ function check_unoconv_version(environment_results $result) {
}
/**
- * Checks for up-to-date TLS libraries.
+ * Checks for up-to-date TLS libraries. NOTE: this is not currently used, see MDL-57262.
*
* @param environment_results $result object to update, if relevant.
* @return environment_results|null updated results or null if unoconv path is not executable.