This commit is contained in:
Alex
2024-09-30 16:28:05 +02:00
parent 4bd10d24d2
commit 4ee18f21f2

View File

@@ -47,7 +47,6 @@ func Open(dbPath string, adminMail string) error {
return result.Error
}
}
logger.Error.Printf("Init Subscriptions: %v", subscriptionModels)
var createdModel models.SubscriptionModel
if err := db.First(&createdModel).Error; err != nil {
return err