diff --git a/lib/data/repository/profiles_repository_impl.dart b/lib/data/repository/profiles_repository_impl.dart index f350228e..6ad10346 100644 --- a/lib/data/repository/profiles_repository_impl.dart +++ b/lib/data/repository/profiles_repository_impl.dart @@ -214,7 +214,6 @@ class ProfilesRepositoryImpl 'profile-web-page-url', ]; for (final text in content.split("\n")) { - print(text); if (text.startsWith("#") || text.startsWith("//")) { final index = text.indexOf(':'); if (index == -1) continue;