Skip to content

Commit

Permalink
Remove debugger; stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ehoogerbeets committed Feb 4, 2025
1 parent fab7ae0 commit ee16dda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ilib-lint/src/Project.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ class Project extends DirItem {
* file type of each file.
*/
serialize() {
debugger;
if (this.options.opt.write) {
const lintables = this.get();
lintables.forEach(file => {
Expand Down

0 comments on commit ee16dda

Please sign in to comment.