mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-16 19:58:09 +02:00
Remove unnecessary print()
This commit is contained in:
@@ -177,7 +177,6 @@ Future<String> checkPartialDownloadHashDynamc(String url,
|
|||||||
checkPartialDownloadHash(url, i, headers: headers)
|
checkPartialDownloadHash(url, i, headers: headers)
|
||||||
]);
|
]);
|
||||||
if (ab[0] == ab[1]) {
|
if (ab[0] == ab[1]) {
|
||||||
print(i);
|
|
||||||
return ab[0];
|
return ab[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user