From c8f2adf905c912382006365dae9b7bd1d6543a65 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Tue, 11 Jun 2019 13:39:48 +0000 Subject: [PATCH] Bug 22128: Removed outdated comment --- debian/scripts/koha-remove | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/scripts/koha-remove b/debian/scripts/koha-remove index ad31c8ed8b..d68ba7d6bf 100755 --- a/debian/scripts/koha-remove +++ b/debian/scripts/koha-remove @@ -65,7 +65,6 @@ do mysql_hostname="localhost" if [ "$keepmysql" != "1" ] then - # The grant creates the user in case it isn't, we don't want our loop to fail if it has already being deleted. mysql --defaults-extra-file=/etc/mysql/koha-common.cnf <