Skip to content

Commit

Permalink
Issue #776: deleting when not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
danielecalda committed Dec 18, 2023
1 parent ace2bdf commit aa9b71b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public void process(JsonObject jsonObject) {
else {
if (!retainBinaries) {
// logger.info("Deleting resource with id: " + resourceId + " and name: " + name);
// fileManagerClient.delete(resourceId, schemaName);
fileManagerClient.delete(resourceId, schemaName);
logger.info("Skipping resource with id: " + resourceId + " and name: " + name
+ " because not supported by configuration");
}
Expand Down

0 comments on commit aa9b71b

Please sign in to comment.