Remove unneeded comment

This commit is contained in:
Jose Olarte III
2025-08-07 15:08:57 +08:00
parent 3c37ead60d
commit 919b48e61f

View File

@@ -209,8 +209,6 @@ export default class GiftedDialog extends Vue {
this.firstStep = !giver;
this.stepType = "giver";
// Entity types are now set via props, no need to call updateEntityTypes()
try {
const settings = await this.$settings();
this.apiServer = settings.apiServer || "";