remove redundant comment

This commit is contained in:
Neeraj Gupta 2022-04-21 10:04:15 +05:30
parent 8324fd5def
commit 4151b18b43
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -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();