Skip to content

Commit 1dd770e

Browse files
stuartmorganamantoux
authored andcommitted
[flutter_plugin_tools] Remove an unnecessary logging message (flutter#4320)
1 parent a01e843 commit 1dd770e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/tool/lib/src/publish_plugin_command.dart

-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ final String _credentialsPath = () {
433433
// https://github.com/dart-lang/pub/blob/d99b0d58f4059d7bb4ac4616fd3d54ec00a2b5d4/lib/src/system_cache.dart#L34-L43
434434
String? cacheDir;
435435
final String? pubCache = io.Platform.environment['PUB_CACHE'];
436-
print(pubCache);
437436
if (pubCache != null) {
438437
cacheDir = pubCache;
439438
} else if (io.Platform.isWindows) {

0 commit comments

Comments
 (0)