[HB] Implement get_lig_carets()
diff --git a/src/main.cc b/src/main.cc
index 11aa57d..1347cdf 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -159,15 +159,8 @@
 		  gdef.has_attach_points () ? "" : "no ");
 	printf ("    Has %slig carets\n",
 		  gdef.has_lig_carets () ? "" : "no ");
-
-	for (int glyph = 0; glyph < 1; glyph++)
-	  printf ("    glyph %d has class %d and mark attachment type %d\n",
-		  glyph,
-		  gdef.get_glyph_class (glyph),
-		  gdef.get_mark_attachment_type (glyph));
-
-	}
 	break;
+	}
       }
     }
   }