This commit is contained in:
2024-08-10 20:40:57 +02:00
parent 66374ce98e
commit e762d9aef3
2 changed files with 0 additions and 2 deletions
@@ -174,7 +174,6 @@ public class Storage {
aliases.add(alias);
return Status.SUCCESS;
} catch (SQLException e) {
logger.warning(e.getMessage());
return Status.ALIAS_EXISTS;
}
}