From: Morgan Deters Date: Tue, 10 Dec 2013 05:54:31 +0000 (-0500) Subject: Remove "NodeValue width" output X-Git-Tag: cvc5-1.0.0~7189 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c13a0353687f6b3cded9c4fddb4529ca40a0e7e0;p=cvc5.git Remove "NodeValue width" output --- diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp index d5131e6f6..1b50f71ca 100644 --- a/src/smt/smt_engine.cpp +++ b/src/smt/smt_engine.cpp @@ -439,8 +439,6 @@ public: { d_smt.d_nodeManager->subscribeEvents(this); d_true = NodeManager::currentNM()->mkConst(true); - - Chat() << "NodeValue width" << sizeof(expr::NodeValue) << std::endl; } ~SmtEnginePrivate() {