d0306b151fe7bc779daa4a00f4cf5d4c3896d90f
giardine
  Mon Oct 4 09:17:12 2010 -0700
Edits based on code review, and fix for pgSnp custom tracks
diff --git src/hg/lib/pgSnp.c src/hg/lib/pgSnp.c
index b6590f2..d6149f3 100644
--- src/hg/lib/pgSnp.c
+++ src/hg/lib/pgSnp.c
@@ -197,9 +197,6 @@
 void pgSnpOutput(struct pgSnp *el, FILE *f, char sep, char lastSep) 
 /* Print out pgSnp.  Separate fields with sep. Follow last field with lastSep. */
 {
-fprintf(f, "%u", el->bin);
-fputc(sep,f);
-if (sep == ',') fputc('"',f);
 fprintf(f, "%s", el->chrom);
 if (sep == ',') fputc('"',f);
 fputc(sep,f);