Browse Source

removing unused qdebugs

Nicolas Toussaint 11 years ago
parent
commit
074d557a1f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Libs/XNAT/Core/ctkXnatSession.cpp

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

@@ -278,8 +278,6 @@ QList<ctkXnatObject*> ctkXnatSessionPrivate::results(qRestResult* restResult, QS
       object->setProperty(it.key().toAscii().data(), it.value());
     }
 
-    qDebug() << "\n\n" << "xnat object found with properties \n" << object->properties() << "\n\n";
-
     results.push_back(object);
   }
   return results;