galaxy-dist commit 695c89309bcb: Cleanup of debug info.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Dannon Baker <dannonbaker@me.com> # Date 1288645775 14400 # Node ID 695c89309bcb2f5d31bfb8b9d8b0124ff3abf90f # Parent cf7ec71c561323940ce95c8148d2008508920092 Cleanup of debug info. --- a/static/scripts/galaxy.workflow_editor.canvas.js +++ b/static/scripts/galaxy.workflow_editor.canvas.js @@ -476,7 +476,6 @@ function Workflow( canvas_container ) { }); }, rectify_workflow_outputs : function() { - console.log("RECTIFICATION!"); // Find out if we're using workflow_outputs or not. var using_workflow_outputs = false; $.each( this.nodes, function ( k, node ) { @@ -493,7 +492,6 @@ function Workflow( canvas_container ) { if (node.type == 'tool'){ var node_changed = false; if (node.post_job_actions == null){ - console.log("CREATED FOR NEW NODE"); node.post_job_actions = {}; } var pjas_to_rem = [];
participants (1)
-
commits-noreply@bitbucket.org