Skip to content

Commit c92fca2

Browse files
committed
remove url debugprint
1 parent 206585c commit c92fca2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/solid/utils/get_url_helper.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
library;
3131

3232
import 'dart:convert';
33-
import 'package:flutter/foundation.dart' show debugPrint;
3433

3534
import 'package:crypto/crypto.dart';
3635

@@ -112,7 +111,6 @@ Future<String> filenameToResourceUrl({
112111
}
113112

114113
// If not already a url, get url
115-
debugPrint('Url parse check: ${Uri.parse(fileName).isAbsolute}');
116114
if (!Uri.parse(fileName).isAbsolute && !isExternalRes && !isFileUrl) {
117115
// Get the file path
118116
// Ensure path uses correct path separators and

0 commit comments

Comments
 (0)