浏览代码

Removed debugging messages.

Sascha Zelzer 11 年之前
父节点
当前提交
0c285195d3
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      Libs/XNAT/Core/Testing/ctkXnatSessionTest.cpp
  2. 0 1
      Libs/XNAT/Core/ctkXnatSession.cpp

+ 0 - 1
Libs/XNAT/Core/Testing/ctkXnatSessionTest.cpp

@@ -79,7 +79,6 @@ void ctkXnatSessionTestCase::init()
   Q_D(ctkXnatSessionTestCase);
 
   d->DateTime = QDateTime::currentDateTime();
-  qDebug() << "d->DateTime " << d->DateTime;
   d->Session = new ctkXnatSession(d->LoginProfile);
   d->Session->open();
 }

+ 0 - 1
Libs/XNAT/Core/ctkXnatSession.cpp

@@ -204,7 +204,6 @@ QDateTime ctkXnatSessionPrivate::updateExpirationDate(qRestResult* restResult)
       }
     }
   }
-  qDebug() << "NEW EXPIR " << expirationDate;
   return expirationDate;
 }