Skip to content

Commit

Permalink
Removed output to STDOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Nov 20, 2016
1 parent 35145d8 commit 14b6cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spec/integration/PathwayIntegrationSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ describe("Pathways", function() {
this_success = success;
this_status = status;
this_result = searcher.parseGetInteractionsResponse(response);
console.log(JSON.stringify(this_result, "", 2))
};
waitsFor(function() {
return this_success != null;
Expand Down

0 comments on commit 14b6cb7

Please sign in to comment.