Update wellknown_record.dart [skip ci]
Omar Hatem committed
Jan 16, 2025 at 00:21 UTC
c66a93580a1e32590adb8d6e6c91f8fa4b704a5b
1 file changed
+1
-1
lib/entities/wellknown_record.dart
+1
-1
@@ -79,7 +79,7 @@ class WellKnownRecord {
79
}) async {
80
String name = formattedName;
81
82
- print("formattedName: $formattedName");
82
+ printV("formattedName: $formattedName");
83
84
final address = await checkWellKnownUsername(formattedName, currency);
85