fix: remove extra print

This commit is contained in:
Hiddify
2023-09-15 15:19:00 +02:00
parent 62930a714c
commit dcb2b6dce5

View File

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