Skip to content

Commit ee0c915

Browse files
committed
Removed catch block.
1 parent 23c389a commit ee0c915

File tree

1 file changed

+0
-2
lines changed
  • ice/src/main/java/com/altinity/ice/cli/internal/cmd

1 file changed

+0
-2
lines changed

ice/src/main/java/com/altinity/ice/cli/internal/cmd/Delete.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ public static void run(
5858
for (FileScanTask task : tasks) {
5959
filesToDelete.add(task.file());
6060
}
61-
} catch (Exception e) {
62-
throw e;
6361
}
6462

6563
if (!filesToDelete.isEmpty()) {

0 commit comments

Comments
 (0)