From 55655e2583e3effd5e660e92d9fa0d11ae1a4648 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Mon, 13 Dec 2021 12:58:22 -0800 Subject: [PATCH] Avoid verbose logs when downloading the Dart SDK. (flutter/engine#30300) --- DEPS | 1 - 1 file changed, 1 deletion(-) diff --git a/DEPS b/DEPS index fccddc26f4..64fc3ae945 100644 --- a/DEPS +++ b/DEPS @@ -711,7 +711,6 @@ hooks = [ 'python3', 'src/flutter/tools/download_dart_sdk.py', '--fail-loudly', - '--verbose', ] }, {