Salome HOME
Minor changes.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_SplitZonesTool.cxx
index 2411bacc0efe008cf34575b382056bc60d256415..f8a19c983789351192fe604526391f370e28ed77 100644 (file)
@@ -76,7 +76,7 @@ HYDROGUI_SplitZonesTool::SplitZones( const HYDROData_SequenceOfObjects& theZoneL
   }
 
   // Step 1. Split the paths.
-  printf( "Step 1\n" );
+  //printf( "Step 1\n" );
   SplitDataListIterator anInputIter( anInputSplitDataList );
   while( anInputIter.hasNext() )
   {
@@ -114,7 +114,7 @@ HYDROGUI_SplitZonesTool::SplitZones( const HYDROData_SequenceOfObjects& theZoneL
   }
 
   // Step 2. Take into account the boundary polyline.
-  printf( "Step 2\n" );
+  //printf( "Step 2\n" );
   if( !thePolyline.IsNull() )
   {
     const QPainterPath& aBoundaryPath = thePolyline->painterPath();
@@ -135,7 +135,7 @@ HYDROGUI_SplitZonesTool::SplitZones( const HYDROData_SequenceOfObjects& theZoneL
   }
 
   // Step 3. Extract the separate regions.
-  printf( "Step 3\n" );
+  //printf( "Step 3\n" );
   SplitDataList anExtractedSplitDataList;
   SplitDataListIterator anOutputIter( anOutputSplitDataList );
   while( anOutputIter.hasNext() )