src/hg/hgTracks/hgTracks.c 1.1644
1.1644 2010/04/19 20:46:31 kent
Removed some debugging.
Index: src/hg/hgTracks/hgTracks.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/hgTracks.c,v
retrieving revision 1.1643
retrieving revision 1.1644
diff -b -B -U 4 -r1.1643 -r1.1644
--- src/hg/hgTracks/hgTracks.c 14 Apr 2010 22:54:54 -0000 1.1643
+++ src/hg/hgTracks/hgTracks.c 19 Apr 2010 20:46:31 -0000 1.1644
@@ -4205,11 +4205,12 @@
/* Dispatch a command sent to us from some javaScript event.
* This gets executed after the track list is built, but before
* the track->loadItems methods are called. */
{
-uglyf("jsCommandDispatch(%s) on %d tracks<BR>\n", command, slCount(trackList));
if (startsWithWord("makeItems", command))
makeItemsJsCommand(command, trackList, trackHash);
+else
+ warn("Unrecognized jsCommand %s", command);
}
void doTrackForm(char *psOutput, struct tempName *ideoTn)
/* Make the tracks display form with the zoom/scroll buttons and the active