]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx
This commit was manufactured by cvs2svn to create tag
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.cxx
index d2d196262c7f214ab9f53c523f322c80836ef2c0..1c13d7d0d4e3201f56fe7260ecfe0a5f6724b581 100644 (file)
@@ -99,7 +99,6 @@ namespace bbtk
 
        void wxVtkSceneManager::configureBaseView()
        {
-printf("EED wxVtkSceneManager::configureBaseView 0\n");
                vtkInteractorStyleBaseView2D *interactorstylebaseview = vtkInteractorStyleBaseView2D::New();
 
                _baseView->SetInteractorStyleBaseView(interactorstylebaseview);
@@ -186,7 +185,6 @@ printf("EED wxVtkSceneManager::configureBaseView 0\n");
                _aPolygonMapper->Modified();
 
                _baseView->GetRenderer()->AddActor( _fillObjectActor );
-printf("EED wxVtkSceneManager::configureBaseView 1\n");
        }
 
        //=========================================================================