We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206585c commit c92fca2Copy full SHA for c92fca2
lib/src/solid/utils/get_url_helper.dart
@@ -30,7 +30,6 @@
30
library;
31
32
import 'dart:convert';
33
-import 'package:flutter/foundation.dart' show debugPrint;
34
35
import 'package:crypto/crypto.dart';
36
@@ -112,7 +111,6 @@ Future<String> filenameToResourceUrl({
112
111
}
113
114
// If not already a url, get url
115
- debugPrint('Url parse check: ${Uri.parse(fileName).isAbsolute}');
116
if (!Uri.parse(fileName).isAbsolute && !isExternalRes && !isFileUrl) {
117
// Get the file path
118
// Ensure path uses correct path separators and
0 commit comments