From 8e1ea769ea05a191fa86205c4abfcd58756d6b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezgi=20=C3=87i=C3=A7ek?= Date: Fri, 12 Mar 2021 06:40:41 -0800 Subject: [PATCH] [cost] Remove warning message Summary: "Please make sure this is an expected change." makes the reports longer. We already ask for feedback on whether it is expected or not at diff time. Reviewed By: ngorogiannis Differential Revision: D27009995 fbshipit-source-id: d1bc6e6b1 --- infer/src/integration/Differential.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/infer/src/integration/Differential.ml b/infer/src/integration/Differential.ml index 34748b4cb..e523151ab 100644 --- a/infer/src/integration/Differential.ml +++ b/infer/src/integration/Differential.ml @@ -272,7 +272,6 @@ module Cost = struct in let pp_extra_msg fmt () = if Config.developer_mode then CostItem.pp_cost_msg fmt curr_item - else Format.fprintf fmt "Please make sure this is an expected change." in let ui_msg = if is_on_ui_thread then