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