1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5e74f91d068b/ Changeset: 5e74f91d068b User: jgoecks Date: 2014-07-09 22:36:47 Summary: Remove debugging statement. Affected #: 1 file diff -r 64d51b16a55173bfec78dc22ee802d3e085dd4fc -r 5e74f91d068bedde58cf4ec9d8299bd05fdff697 static/scripts/mvc/ui/ui-frames.js --- a/static/scripts/mvc/ui/ui-frames.js +++ b/static/scripts/mvc/ui/ui-frames.js @@ -196,7 +196,6 @@ // Load content into frame. var content_elt = $frame_el.find('.f-content'); - console.log(content_elt); if (_.isFunction(options.content)) { options.content(content_elt); } 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.