src/hg/instinct/hgHeatmap2/hgHeatmap2.c 1.74

1.74 2009/04/02 23:52:16 jsanborn
removed a printf
Index: src/hg/instinct/hgHeatmap2/hgHeatmap2.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/hgHeatmap2.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -b -B -U 4 -r1.73 -r1.74
--- src/hg/instinct/hgHeatmap2/hgHeatmap2.c	25 Jan 2009 06:45:04 -0000	1.73
+++ src/hg/instinct/hgHeatmap2/hgHeatmap2.c	2 Apr 2009 23:52:16 -0000	1.74
@@ -1277,10 +1277,8 @@
 struct heatmapLay *hl = chromLayout(conn, NULL, startChrom, startBase, 
 				    endChrom, endBase, width, sampleHeight);
 hFreeConn(&conn);
 
-fprintf(stderr, "got here");
-
 char *aGif = annotationGif(hl, table);
 jsonAddString(js, "annotation", aGif);
 jsonChromHeatmapLay(js, hl);
 }