mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	remove std::cout
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									103ce78c29
								
							
						
					
					
						commit
						5a35d00766
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -190,9 +190,6 @@ bool rewriter_tpl<Config>::constant_fold(app * t, frame & fr) {
 | 
			
		|||
        else if (m().is_false(cond)) {
 | 
			
		||||
            arg = t->get_arg(2);
 | 
			
		||||
        }
 | 
			
		||||
        else {
 | 
			
		||||
            std::cout << mk_ismt2_pp(cond, m()) << "\n";
 | 
			
		||||
        }
 | 
			
		||||
        if (arg) {
 | 
			
		||||
            result_stack().shrink(fr.m_spos);
 | 
			
		||||
            result_stack().push_back(arg);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue