Skip to content

Commit

Permalink
stop writing prgress
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Oct 7, 2017
1 parent 7e4033f commit 25e807c
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -81,7 +81,6 @@ export async function displayInteractiveFigure(self : GenomeView) : Promise<void
}
console.log("finished setup");

//document.getElementById("loadingText").innerText = "Getting templates...";
console.log("set loading 1");
resolve();
});
Expand Down Expand Up @@ -115,7 +114,6 @@ export async function displayInteractiveFigure(self : GenomeView) : Promise<void
centreFigure(document.getElementById(self.div),self.genome);
console.log("appended div");

//document.getElementById("loadingText").innerText = "Compiling templates...";
console.log("set loading 2");
resolve();
});
Expand Down

0 comments on commit 25e807c

Please sign in to comment.