]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Remove debug output pal21808_v1
authorvsr <vsr@opencascade.com>
Mon, 29 Oct 2012 09:41:01 +0000 (09:41 +0000)
committervsr <vsr@opencascade.com>
Mon, 29 Oct 2012 09:41:01 +0000 (09:41 +0000)
src/OCCViewer/OCCViewer_ViewPort3d.cxx
src/OCCViewer/OCCViewer_ViewWindow.cxx
src/SVTK/SVTK_ViewWindow.cxx

index b41526afb61fee41c3f698ed2d4a7193acbb56d4..3dd08a8129a0ec1deda20976fe31eb4ffff6ebb0 100755 (executable)
@@ -197,7 +197,6 @@ Handle(V3d_Viewer) OCCViewer_ViewPort3d::getViewer() const
 */
 bool OCCViewer_ViewPort3d::syncronize( const OCCViewer_ViewPort3d* ref )
 {
-  printf("OCCViewer_ViewPort3d::syncronize(WRONG): %x\n", this);
   OCCViewer_ViewPort3d* ref3d = (OCCViewer_ViewPort3d*)ref;
   Handle(V3d_View) refView = ref3d->getView();
   Handle(V3d_View) tgtView = getView();
index 1c7c89e67ae95c6b78126175dfb9cafc4f59fd4e..595257cf835bf7e903958b8a7ae16dfd88c9cb5a 100755 (executable)
@@ -2560,7 +2560,6 @@ SUIT_CameraProperties OCCViewer_ViewWindow::cameraProperties()
 */
 void OCCViewer_ViewWindow::synchronize( SUIT_ViewWindow* theView )
 {
-  printf("OCCViewer_ViewWindow::synchronize: %x\n", this);
   bool blocked = blockSignals( true );
 
   SUIT_CameraProperties aProps = theView->cameraProperties();
index 4be998ac7148dad06b9110961543c2a8e669034d..908fce24d3789705ebca37b173432ac60c4b393b 100755 (executable)
@@ -1023,7 +1023,6 @@ void SVTK_ViewWindow::onAdjustCubeAxes()
 
 void SVTK_ViewWindow::synchronize(SVTK_ViewWindow* otherViewWindow )
 {
-  printf("SVTK_ViewWindow::synchronize(WRONG): %x\n", this);
   if ( otherViewWindow ) {
     bool blocked = blockSignals( true );
     doSetVisualParameters( otherViewWindow->getVisualParameters(), true );
@@ -2419,7 +2418,6 @@ SUIT_CameraProperties SVTK_ViewWindow::cameraProperties()
 */
 void SVTK_ViewWindow::synchronize( SUIT_ViewWindow* theView )
 {
-  printf("SVTK_ViewWindow::synchronize: %x\n", this);
   bool blocked = blockSignals( true );
 
   SUIT_CameraProperties aProps = theView->cameraProperties();