]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GConnectorController.cxx
index c97055f814ef5b80ae9563b953c152e233abe76d..ce8717aee8991eae3ede989e0d2cc12bb50d8d2d 100644 (file)
@@ -137,7 +137,6 @@ namespace bbtk
 
        bool GConnectorController::OnRightButtonDown()
        {
-printf ("GConnectorController::OnRightButtonDown 1 \n"  );
                if( _vtkInteractorStyleBaseView!= NULL )
                {
                        int X,Y;
@@ -148,7 +147,6 @@ printf ("GConnectorController::OnRightButtonDown 1 \n"  );
                        _controller->MouseClickRight(X,Y);
 
                }
-printf ("GConnectorController::OnRightButtonDown 2 \n"  );
                return true;
        }