We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4b5e0 commit b38c4e4Copy full SHA for b38c4e4
script/tool/lib/src/publish_plugin_command.dart
@@ -433,7 +433,6 @@ final String _credentialsPath = () {
433
// https://github.com/dart-lang/pub/blob/d99b0d58f4059d7bb4ac4616fd3d54ec00a2b5d4/lib/src/system_cache.dart#L34-L43
434
String? cacheDir;
435
final String? pubCache = io.Platform.environment['PUB_CACHE'];
436
- print(pubCache);
437
if (pubCache != null) {
438
cacheDir = pubCache;
439
} else if (io.Platform.isWindows) {
0 commit comments