Index: utils/pub/command_update.dart |
diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart |
index 5c556ce95b580704f4c2da61fe09b39c8338aa22..b54cb64195f5dbb62568d8a157a42ab21f455bde 100644 |
--- a/utils/pub/command_update.dart |
+++ b/utils/pub/command_update.dart |
@@ -24,7 +24,6 @@ class UpdateCommand extends PubCommand { |
future = entrypoint.updateDependencies(commandOptions.rest); |
} |
return future |
- .then((_) => log.message("Dependencies updated!")) |
- .then((_) => entrypoint.validateSdkConstraints()); |
+ .then((_) => log.message("Dependencies updated!")); |
} |
} |