Skip to content

Commit

Permalink
Удалены лишние debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiontik committed Aug 24, 2022
1 parent ef1fe75 commit c0ca700
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/manifest/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@ export default {
}
return Object.freeze(this.core.evaluate(context));
} catch(e) {
debugger;
// eslint-disable-next-line no-console
console.error('JSONata error:');
// eslint-disable-next-line no-console
Expand Down
2 changes: 0 additions & 2 deletions src/storage/gitlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ export default {
context.commit('setIsReloading', true);
};
parser.onError = (action, data) => {
// eslint-disable-next-line no-debugger
debugger;
const error = data.error || {};
const url = (data.error.config || {url: data.uri}).url;
const uid = '$' + crc16(url);
Expand Down

0 comments on commit c0ca700

Please sign in to comment.