fix: remove extra print
This commit is contained in:
@@ -214,7 +214,6 @@ class ProfilesRepositoryImpl
|
|||||||
'profile-web-page-url',
|
'profile-web-page-url',
|
||||||
];
|
];
|
||||||
for (final text in content.split("\n")) {
|
for (final text in content.split("\n")) {
|
||||||
print(text);
|
|
||||||
if (text.startsWith("#") || text.startsWith("//")) {
|
if (text.startsWith("#") || text.startsWith("//")) {
|
||||||
final index = text.indexOf(':');
|
final index = text.indexOf(':');
|
||||||
if (index == -1) continue;
|
if (index == -1) continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user