[flutter_plugin_tools] Remove an unnecessary logging message (#4320)

This commit is contained in:
stuartmorgan
2021-09-10 16:07:06 -04:00
committed by GitHub
parent 916121b9fb
commit 4ea49f8625

View File

@ -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) {