Skip to content

Commit

Permalink
fix(clean): remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Jan 5, 2025
1 parent 7f2c5d7 commit 553fdb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/classes/modules/Files/commands/operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ export default ({ module }) => {
})
],
async action({ path, name, data, override = false }, options) {
debugger;
if (!path) {
throw errorMessage.get('bad_args');
}
Expand Down
1 change: 0 additions & 1 deletion packages/disk-workbench13/documentEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default function documentEditor(core) {
editorWindow.focus();
},
reset: () => {
debugger;
model.value = getDefaultDocumentModel();
model.fsItem = null;
}
Expand Down

0 comments on commit 553fdb5

Please sign in to comment.