From 59922e7b78b8fb3f4b7286c7f9df19c62e874dc6 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Sun, 26 Jun 2016 05:33:38 +0800 Subject: [PATCH] remove debug information --- .travis.yml | 2 +- source/gui/detail/window_manager.cpp | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed1b44de..34fe24fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,7 +86,7 @@ script: - ./animate-bmp - ./audio_player - ./background-effects - #- ./calculator + - ./calculator - ./categ - ./clicked - ./decore diff --git a/source/gui/detail/window_manager.cpp b/source/gui/detail/window_manager.cpp index f685c83b..0af79eb8 100644 --- a/source/gui/detail/window_manager.cpp +++ b/source/gui/detail/window_manager.cpp @@ -23,8 +23,6 @@ #include #include -#include //debug travis - namespace nana { @@ -94,9 +92,7 @@ namespace detail { void operator()(basic_window* wd) const { - std::cout << "delete basic_window " << wd <<" category="<(wd->other.category)<< std::endl; delete wd; - std::cout << " delete successfully" << std::endl; } };