Remove debug logging from application.js

This commit is contained in:
Gnome Ann 2021-11-04 19:36:45 -04:00
parent 7c099fe93c
commit 7a0b0b0d2d
1 changed files with 0 additions and 1 deletions

View File

@ -1670,7 +1670,6 @@ $(document).ready(function(){
});
$("#remote-save-select").on("change", function() {
console.log(1)
var reader = new FileReader();
var file = $("#remote-save-select")[0].files[0];
reader.addEventListener("load", function(response) {