Explorar el Código

Disabling debug output of ctkServiceTracker.

Sascha Zelzer hace 14 años
padre
commit
b43f8b650c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Libs/PluginFramework/ctkServiceTrackerPrivate.tpp

+ 1 - 1
Libs/PluginFramework/ctkServiceTrackerPrivate.tpp

@@ -29,7 +29,7 @@
 #include <stdexcept>
 
 template<class S, class T>
-const bool ctkServiceTrackerPrivate<S,T>::DEBUG	= true;
+const bool ctkServiceTrackerPrivate<S,T>::DEBUG = false;
 
 template<class S, class T>
 ctkServiceTrackerPrivate<S,T>::ctkServiceTrackerPrivate(