Skip to content

Commit

Permalink
Fixed the issue #709
Browse files Browse the repository at this point in the history
  • Loading branch information
NoorMuhammad1 committed Jun 11, 2024
1 parent bf1ef8c commit 33279a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/js/backbone-views.js
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,6 @@ var PathsBetweenQueryView = Backbone.View.extend({
.replaceAll("\n", " ")
.replaceAll("\t", " ")
.split(" ");
console.log("gene symbols array:", geneSymbolsArray);
var filename = "";
var sources = "";
for (var i = 0; i < geneSymbolsArray.length; i++) {
Expand Down

0 comments on commit 33279a4

Please sign in to comment.