diff --git a/Geo/DataBase.cpp b/Geo/DataBase.cpp
index b7a4a26e2917a91232d8bffb1849b9270eae560d..e26d3ce47b8693551e76c64674c9947118447843 100644
--- a/Geo/DataBase.cpp
+++ b/Geo/DataBase.cpp
@@ -1,4 +1,4 @@
-// $Id: DataBase.cpp,v 1.14 2001-06-06 21:29:58 remacle Exp $
+// $Id: DataBase.cpp,v 1.15 2001-08-09 15:24:27 geuzaine Exp $
 
 #include "Gmsh.h"
 #include "Const.h"
@@ -320,6 +320,14 @@ void Cdbz101(int izon, int typzon,int o1, int o2, int nbu, int nbv,
     }  
     List_Delete(curves);
 
+    /*
+    printf("Line Loop %d = {", izon);
+    for(i=0 ; i<List_Nbr(templist); i++){
+      printf(" %d", *(int*)List_Pointer(templist, i));
+    }
+    printf("}\n");
+    */
+
     Add_EdgeLoop(izon,templist,THEM);
   }
   else  if(typzon == MSH_VOLUME){