3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

remove print statements

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-12-22 10:46:33 -08:00
parent 9c6271dded
commit 995d66c6f2
2 changed files with 0 additions and 4 deletions

View file

@ -26,7 +26,6 @@ Revision History:
extern "C" {
Z3_ast_vector Z3_API Z3_mk_ast_vector(Z3_context c) {
std::cout << "ast-vector\n";
Z3_TRY;
LOG_Z3_mk_ast_vector(c);
RESET_ERROR_CODE();