Skip to content

Commit

Permalink
Remove a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-marshall committed Apr 3, 2020
1 parent eaa07f2 commit 45aaa08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/cFIREsimOpen.js
Expand Up @@ -64,7 +64,6 @@ $(document).ready(function() {
var reader = new FileReader();
reader.onload = function(e){
var data = e.target.result;
console.log(data)
Simulation.loadSavedSim(data);
}
reader.readAsText(f);
Expand Down

0 comments on commit 45aaa08

Please sign in to comment.