From c66a93580a1e32590adb8d6e6c91f8fa4b704a5b Mon Sep 17 00:00:00 2001 From: Omar Hatem Date: Thu, 16 Jan 2025 00:21:54 +0200 Subject: [PATCH] Update wellknown_record.dart [skip ci] --- lib/entities/wellknown_record.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entities/wellknown_record.dart b/lib/entities/wellknown_record.dart index edc972f76..dbe808281 100644 --- a/lib/entities/wellknown_record.dart +++ b/lib/entities/wellknown_record.dart @@ -79,7 +79,7 @@ class WellKnownRecord { }) async { String name = formattedName; - print("formattedName: $formattedName"); + printV("formattedName: $formattedName"); final address = await checkWellKnownUsername(formattedName, currency);