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