ossp-pkg/as/as-gui/as_assist.cpp 1.11 -> 1.12
--- as_assist.cpp 2002/11/24 17:56:54 1.11
+++ as_assist.cpp 2002/11/24 18:03:24 1.12
@@ -6,8 +6,6 @@
#include <qlistbox.h>
#include <qcursor.h>
-#include <iostream>
-
// User interface
#include "titraq.h"
#include "titrex.h" // Exception classes
@@ -437,7 +435,6 @@
{
m_pPrefs = new Preferences(TITRAQ_PREFNAME, TITRAQ_APPTITLE, TITRAQ_PREFVER);
if (m_pPrefs->fileState()) { // No file was found, so create a new one
-std::cout << "Executing if" << std::endl;
m_pPrefs->setString(TITRAQ_PREFASFILE, TITRAQ_DEFASFILE);
m_pPrefs->setString(TITRAQ_PREFSTYLE, TITRAQ_DEFSTYLE);
m_pPrefs->setString(TITRAQ_PREFVIEW, TITRAQ_DEFVIEW);
|
|