]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observable.cxx
Necessary changes to manage the basic action . First prototype totally completed...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / Observable.cxx
index b169cc43b0e737cd74a3646d680b1d293d4959a7..82c51961e7a57849474a958e523fdb37d6c83a12 100644 (file)
@@ -83,7 +83,6 @@ namespace bbtk
 
        void Observable::addObserver(Observer *observer)
        {
-               std::cout<<"RaC Observable::addObserver "<<observer<<std::endl;
                _observers.push_back(observer);
        }