| Index: sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart b/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart
|
| index 21483479b0b0f5aa9821882b1fbb217b6b90562e..4e966552940d72653e9cd76fcaf670a67b50d1e4 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart
|
| @@ -29,7 +29,7 @@ class GlobalDeactivateCommand extends PubCommand {
|
| usageError("Unexpected $arguments ${toSentence(unexpected)}.");
|
| }
|
|
|
| - if (!globals.deactivate(commandOptions.rest.first, logDeactivate: true)) {
|
| + if (!globals.deactivate(commandOptions.rest.first)) {
|
| dataError("No active package ${log.bold(commandOptions.rest.first)}.");
|
| }
|
|
|
|
|