remove debug information

This commit is contained in:
Jinhao 2016-06-26 05:33:38 +08:00
parent 1a85a0a061
commit 59922e7b78
2 changed files with 1 additions and 5 deletions

View File

@ -86,7 +86,7 @@ script:
- ./animate-bmp
- ./audio_player
- ./background-effects
#- ./calculator
- ./calculator
- ./categ
- ./clicked
- ./decore

View File

@ -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;
}
};