Skip to content

Commit 7f614b7

Browse files
committed
removed prints
1 parent 7c7f88b commit 7f614b7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/network/images.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,6 @@ String? cleanImageUrl(String? originalUrl) {
588588
/// See https://tools.ietf.org/html/rfc3986#section-2
589589
Uri? serverUrl = Uri.tryParse(patchedUrl);
590590

591-
print("$patchedUrl");
592-
593591
if (serverUrl == null) {
594592
// URL not RFC compliant!
595593
String leftUrl = patchedUrl;

0 commit comments

Comments
 (0)