chore(gnome-extensions): Remove unneded to-do comment

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
This commit is contained in:
fiftydinar 2024-05-27 21:05:50 +02:00 committed by GitHub
parent 8fa97b5892
commit 8f4857c8a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,7 +166,6 @@ if [[ ${#INSTALL[@]} -gt 0 ]] && ! "${LEGACY}"; then
done
fi
# Uninstall section goes here
if [[ ${#UNINSTALL[@]} -gt 0 ]]; then
for UNINSTALL_EXT in "${UNINSTALL[@]}"; do
# Replaces whitespaces with %20 for install entries which contain extension name, since URLs can't contain whitespace