22e8386eee0578c5456f9da1d03f895e43bec088
hiram
  Thu Sep 2 11:51:37 2010 -0700
disable the debug printouts
diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c
index a9609c6..b19e0a6 100644
--- src/hg/hgc/hgc.c
+++ src/hg/hgc/hgc.c
@@ -7861,17 +7861,17 @@
 int total = 0, i = 0;
 struct psl *pslList = NULL;
 struct sqlConnection *conn = hAllocConn(database);
-char *otherDb = trackDbSetting(tdb, "otherDb");
-int altSize = hChromSize(otherDb, item);
+// char *otherDb = trackDbSetting(tdb, "otherDb");
+// int altSize = hChromSize(otherDb, item);
 
 genericHeader(tdb, item);
 printCustomUrl(tdb, item, TRUE);
 
 puts("<P>");
-//puts("<B>Alignment Summary:</B><BR>\n");
-char strBuf[64];
-sprintLongWithCommas(strBuf, altSize);
-printf("<B>Alignment Summary: '%s' %s</B><BR>\n", item, strBuf);
+puts("<B>Alignment Summary:</B><BR>\n");
+// char strBuf[64];
+// sprintLongWithCommas(strBuf, altSize);
+// printf("<B>Alignment Summary: '%s' %s</B><BR>\n", item, strBuf);
 pslList = getAlignments(conn, tdb->table, item);
 printAlignments(pslList, start, "htcCdnaAliInWindow", tdb->table, item);