From 29d06896bf24c5309391804698e4b88b08e177ad Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Mon, 11 Sep 2017 17:06:59 +0200 Subject: [PATCH] remove verbose Signed-off-by: Nikolaj Bjorner --- src/ast/rewriter/th_rewriter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ast/rewriter/th_rewriter.cpp b/src/ast/rewriter/th_rewriter.cpp index dd431bf85..a2ca12b24 100644 --- a/src/ast/rewriter/th_rewriter.cpp +++ b/src/ast/rewriter/th_rewriter.cpp @@ -736,7 +736,6 @@ ast_manager & th_rewriter::m() const { void th_rewriter::updt_params(params_ref const & p) { m_params = p; m_imp->cfg().updt_params(p); - IF_VERBOSE(10, verbose_stream() << p << "\n";); } void th_rewriter::get_param_descrs(param_descrs & r) {