Skip to content

Commit 5bdcc73

Browse files
remove function name
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent ce06cd0 commit 5bdcc73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ast/fpa/bv2fpa_converter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ void bv2fpa_converter::convert_uf2bvuf(model_core * mc, model_core * target_mode
417417
seen.insert(kv.m_value);
418418

419419
func_decl * f = kv.m_key;
420-
std::cout << f->get_name() << "\n";
421420
if (f->get_arity() == 0)
422421
{
423422
array_util au(m);

0 commit comments

Comments
 (0)