Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SougandhS authored and jukzi committed Oct 11, 2024
1 parent 2468722 commit 7fa51b7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ protected boolean isEnabled() {
DebugUIPlugin.log(e);
}
}
if (breakpoints.length >= 0) {
return false;
}
return true;
return false;
}

@Override
Expand Down

0 comments on commit 7fa51b7

Please sign in to comment.