deef535cc957234e4c95eb35fe2567e461375f9c
tdreszer
  Tue Oct 12 12:28:43 2010 -0700
Remove the 'Recently Done' note at bottom.
diff --git src/hg/hgTracks/searchTracks.c src/hg/hgTracks/searchTracks.c
index e05288c..eaf7fca 100644
--- src/hg/hgTracks/searchTracks.c
+++ src/hg/hgTracks/searchTracks.c
@@ -837,6 +837,7 @@
     hWrites(jsonTdbSettingsUse(&jsonTdbVars));
     }
 
+#ifdef OMIT
 if(!doSearch)
     {
     hPrintf("<p><b>Recently Done</b><ul>\n"
@@ -854,6 +855,7 @@
         "<li>Drop-down list of terms (cells, antibodies, etc.) should be multi-select with checkBoxes as seen in filterComposites. Perhaps saved for v2.0.</li>"
         "</ul></p>\n");
     }
+#endif///def OMIT
 hPrintf("</div"); // This div allows the clear button to empty it
 hFreeConn(&conn);
 webEndSectionTables();