Browse Source

Disabling debug output of ctkServiceTracker.

Sascha Zelzer 14 years ago
parent
commit
b43f8b650c
1 changed files with 1 additions and 1 deletions
  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(