mirror of
https://github.com/flutter/packages.git
synced 2025-06-21 23:52:15 +08:00
[flutter_plugin_tools] Remove an unnecessary logging message (#4320)
This commit is contained in:
@ -433,7 +433,6 @@ final String _credentialsPath = () {
|
|||||||
// https://github.com/dart-lang/pub/blob/d99b0d58f4059d7bb4ac4616fd3d54ec00a2b5d4/lib/src/system_cache.dart#L34-L43
|
// https://github.com/dart-lang/pub/blob/d99b0d58f4059d7bb4ac4616fd3d54ec00a2b5d4/lib/src/system_cache.dart#L34-L43
|
||||||
String? cacheDir;
|
String? cacheDir;
|
||||||
final String? pubCache = io.Platform.environment['PUB_CACHE'];
|
final String? pubCache = io.Platform.environment['PUB_CACHE'];
|
||||||
print(pubCache);
|
|
||||||
if (pubCache != null) {
|
if (pubCache != null) {
|
||||||
cacheDir = pubCache;
|
cacheDir = pubCache;
|
||||||
} else if (io.Platform.isWindows) {
|
} else if (io.Platform.isWindows) {
|
||||||
|
Reference in New Issue
Block a user