1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/58f118c440ad/ changeset: r5195:58f118c440ad user: jgoecks date: 2011-03-08 16:26:52 summary: Remove debugging statement. affected #: 1 file (83 bytes) --- a/static/scripts/trackster.js Tue Mar 08 10:04:39 2011 -0500 +++ b/static/scripts/trackster.js Tue Mar 08 10:26:52 2011 -0500 @@ -1573,7 +1573,6 @@ if (clear_after) { var track = this; var intervalId = setInterval(function() { - console.log("draw_tile_dict_length:", obj_length(draw_tile_dict)); if (obj_length(draw_tile_dict) === 0) { // All tiles have been drawn; clear out track content in order to show the most recent content. // Most recent content is the div with children (tiles) most recently appended to track. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.