Skip to content

Commit 23c389a

Browse files
committed
Remove logging line before throwing exception.
1 parent 344b0b3 commit 23c389a

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public static void run(
5959
filesToDelete.add(task.file());
6060
}
6161
} catch (Exception e) {
62-
logger.error("Error getting files to delete: {}", e.getMessage());
6362
throw e;
6463
}
6564

0 commit comments

Comments
 (0)