Skip to content

Commit b38c4e4

Browse files
authored
[flutter_plugin_tools] Remove an unnecessary logging message (flutter#4320)
1 parent 5e4b5e0 commit b38c4e4

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)