Skip to content

Commit

Permalink
chore(app) remove debbuger
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasastrom authored and blackwolf3342 committed Apr 19, 2022
1 parent 625055f commit 5621eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GetAccept-v2/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@
if(!eval('viewModel.'+relatedClassName)) {
return;
}
debugger;

$.each(eval('viewModel.' + relatedClassName), function (fieldName, fieldValue) {
if (fieldName === 'id' || fieldName === 'limetype') {
return;
Expand Down

0 comments on commit 5621eb2

Please sign in to comment.