Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Sep 15, 2023
1 parent 7a9e5d4 commit d10a98e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/js/toolbox.js
Expand Up @@ -4680,7 +4680,6 @@ var EDITOR = (function ($, parent) {

function upload_file(form_data){
var conf = false;
debugger;
$('#csv_merge_glossary').is(":checked") ? conf = confirm(language.UploadCSV.Info2.$label) : conf = confirm(language.UploadCSV.Info.$label);

if(conf) {
Expand Down

0 comments on commit d10a98e

Please sign in to comment.