Skip to content

Commit

Permalink
[CLEANUP] - Removing code
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosov committed Oct 2, 2024
1 parent b685bb3 commit 58c0e4e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@ protected File getLastFile() {
if (file.exists()) {
// Some comments here and there
String path = getFileContents(file).replaceAll("\n", "");
// Some comments here and there
File myfile = new File(path);
// Some comments here and there

return new File(path);
} else {
return null;
Expand Down

0 comments on commit 58c0e4e

Please sign in to comment.