src/hg/hgTables/pal.c 1.16

1.16 2010/02/22 16:45:38 braney
take out cartSaveSession which ends up swallowing our output
Index: src/hg/hgTables/pal.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/pal.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/hg/hgTables/pal.c	16 Oct 2008 15:58:12 -0000	1.15
+++ src/hg/hgTables/pal.c	22 Feb 2010 16:45:38 -0000	1.16
@@ -48,9 +48,8 @@
 
 /* get rid of pesky cookies that would bring us back here */
 cartRemove(cart, hgtaDoPal);
 cartRemove(cart, hgtaDoPalOut);
-cartSaveSession(cart);
 
 if (anyIntersection() && intersectionIsBpWise())
     errAbort("Can't do CDS FASTA output when bit-wise intersection is on. "
     "Please go back and select another output type, or clear the intersection.");