diff --git a/lib/services/billing_service.dart b/lib/services/billing_service.dart index ff114e5c8..7e5f24b9d 100644 --- a/lib/services/billing_service.dart +++ b/lib/services/billing_service.dart @@ -16,7 +16,6 @@ const kWebPaymentBaseEndpoint = String.fromEnvironment("web-payment", const kFamilyPlanManagementUrl = String.fromEnvironment("web-family", defaultValue: "https://family.ente.io"); -// "http://localhost:3003"; class BillingService { BillingService._privateConstructor();