Index: trunk/glueforge/templates/psdb/printmetadata.tt
===================================================================
--- trunk/glueforge/templates/psdb/printmetadata.tt	(revision 8206)
+++ trunk/glueforge/templates/psdb/printmetadata.tt	(revision 9419)
@@ -5,10 +5,4 @@
     psMetadata *clean = psMetadataCopy(NULL, md);
 
-    // don't bother to check the return status as the key we are trying to
-    // remove may or may not be there
-    // XXX someday psErr should be checked -- the only acceptable error is key
-    // not found
-    psMetadataRemoveKey(clean, [% pkg_name FILTER upper %]_DEFAULT_INDEX_NAME);
-    
     if (![% pkg_namespace %]PrintMetadataRaw(stream, clean, mdcf)) {
         psError(PS_ERR_UNKNOWN, false, "failed to print metadata");
