remove old comments

Signed-off-by: ipitio <21136719+ipitio@users.noreply.github.com>
pull/5227/head
ipitio 1 year ago committed by GitHub
parent 1dc33129e5
commit fa116389c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -230,10 +230,8 @@ initialize_debug() {
# This is a function for visually displaying the current test that is being run.
# Accepts one variable: the name of what is being diagnosed
# Colors do not show in the dashboard, but the icons do: [i], [✓], and [✗]
echo_current_diagnostic() {
# Colors are used for visually distinguishing each test in the output
# These colors do not show in the GUI, but the formatting will
log_write "\\n${COL_PURPLE}*** [ DIAGNOSING ]:${COL_NC} ${1}"
}

Loading…
Cancel
Save