Skip to content

Commit

Permalink
Drop debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed May 29, 2018
1 parent f3dccb7 commit 78fabab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/galaxy/scripts/mvc/tool/tool-form-composite.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ var View = Backbone.View.extend({
/** Templates */
_templateSuccess: function(response) {
if ($.isArray(response) && response.length > 0) {
console.debug(response);
let timesExecuted = "";
// Default destination blurb, used for a single execution, same history.
let destinationBlurb = "You can check the status of queued jobs and view the resulting data by refreshing the History pane, if this has not already happened automatically.";
Expand Down

0 comments on commit 78fabab

Please sign in to comment.