diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-20 19:01:27 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-20 19:01:27 (GMT) |
commit | 28159ebd71d2080012dabf35e9d9ad6d8538db44 (patch) | |
tree | 728f0787e7667a5af85dee3362fda5ae6d3bf8c7 /Source/WXDialog | |
parent | 202600f95a2fe3c401e7c6ba64a3ce93e2143f88 (diff) | |
download | CMake-28159ebd71d2080012dabf35e9d9ad6d8538db44.zip CMake-28159ebd71d2080012dabf35e9d9ad6d8538db44.tar.gz CMake-28159ebd71d2080012dabf35e9d9ad6d8538db44.tar.bz2 |
Fix tests for new trycompile and tryrun
Diffstat (limited to 'Source/WXDialog')
-rw-r--r-- | Source/WXDialog/cmWXMainFrame.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WXDialog/cmWXMainFrame.cxx b/Source/WXDialog/cmWXMainFrame.cxx index 137d916..efe0609 100644 --- a/Source/WXDialog/cmWXMainFrame.cxx +++ b/Source/WXDialog/cmWXMainFrame.cxx @@ -601,7 +601,6 @@ void cmMainFrame::Initialize(cmCommandLineInfo* cmdInfo) if ( cmdInfo->m_ExitAfterLoad ) { - std::cout << "Set timer" << std::endl; this->m_ExitTimer = new wxTimer(this, this->GetId()); this->m_ExitTimer->Start(3000); } |