Skip to content

Commit

Permalink
Update wellknown_record.dart [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHatem28 authored Jan 15, 2025
1 parent 60e7dcf commit c66a935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/entities/wellknown_record.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class WellKnownRecord {
}) async {
String name = formattedName;

print("formattedName: $formattedName");
printV("formattedName: $formattedName");

final address = await checkWellKnownUsername(formattedName, currency);

Expand Down

0 comments on commit c66a935

Please sign in to comment.