Skip to content

Commit

Permalink
curvefs/sdk: remove code for debug.
Browse files Browse the repository at this point in the history
Signed-off-by: Wine93 <[email protected]>
  • Loading branch information
Wine93 committed Nov 1, 2023
1 parent 8118cdb commit 0cfcb0e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,10 @@ public FileStatus[] listStatus(Path path) throws IOException {
for (int i = 0; i < status.length; i++) {
status[i] = getFileStatus(new Path(path, dirlist[i]));
}
curve.shutdown();
return status;
} else {
throw new FileNotFoundException("File " + path + " does not exist.");
}

}

@Override
Expand Down

0 comments on commit 0cfcb0e

Please sign in to comment.