Index: sdk/lib/_internal/pub_generated/lib/src/command/global_deactivate.dart |
diff --git a/sdk/lib/_internal/pub_generated/lib/src/command/global_deactivate.dart b/sdk/lib/_internal/pub_generated/lib/src/command/global_deactivate.dart |
index 6fd534a30daff3fa4828557739aedf6a8e0b5c32..a5300affbbd54b0dcf4b3c282a315181fcd47a40 100644 |
--- a/sdk/lib/_internal/pub_generated/lib/src/command/global_deactivate.dart |
+++ b/sdk/lib/_internal/pub_generated/lib/src/command/global_deactivate.dart |
@@ -16,7 +16,7 @@ class GlobalDeactivateCommand extends PubCommand { |
var arguments = pluralize("argument", unexpected.length); |
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)}."); |
} |
return null; |