remove debug information
This commit is contained in:
		
							parent
							
								
									1a85a0a061
								
							
						
					
					
						commit
						59922e7b78
					
				@ -86,7 +86,7 @@ script:
 | 
				
			|||||||
  - ./animate-bmp
 | 
					  - ./animate-bmp
 | 
				
			||||||
  - ./audio_player
 | 
					  - ./audio_player
 | 
				
			||||||
  - ./background-effects
 | 
					  - ./background-effects
 | 
				
			||||||
  #- ./calculator 
 | 
					  - ./calculator 
 | 
				
			||||||
  - ./categ
 | 
					  - ./categ
 | 
				
			||||||
  - ./clicked
 | 
					  - ./clicked
 | 
				
			||||||
  - ./decore
 | 
					  - ./decore
 | 
				
			||||||
 | 
				
			|||||||
@ -23,8 +23,6 @@
 | 
				
			|||||||
#include <stdexcept>
 | 
					#include <stdexcept>
 | 
				
			||||||
#include <algorithm>
 | 
					#include <algorithm>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <iostream> //debug travis
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace nana
 | 
					namespace nana
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -94,9 +92,7 @@ namespace detail
 | 
				
			|||||||
			{
 | 
								{
 | 
				
			||||||
				void operator()(basic_window* wd) const
 | 
									void operator()(basic_window* wd) const
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
					std::cout << "delete basic_window " << wd <<"  category="<<static_cast<int>(wd->other.category)<< std::endl;
 | 
					 | 
				
			||||||
					delete wd;
 | 
										delete wd;
 | 
				
			||||||
					std::cout << "  delete successfully" << std::endl;
 | 
					 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			};
 | 
								};
 | 
				
			||||||
			
 | 
								
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user