Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
OreCruncher committed Feb 2, 2024
1 parent ac451d1 commit a00b872
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ public <T> Collection<DiscoveredResource<T>> find(Codec<T> codec, String assetPa
return ImmutableList.of();
}

var x = this.resourceManager.listResourceStacks("dsconfigs", location -> true);

this.logger.debug(RESOURCE_LOADING, "[%s] - %d entries found", assetPath, assets.size());
for (var kvp : assets.entrySet()) {
this.logger.debug(RESOURCE_LOADING, "[%s] - Processing %s", assetPath, kvp.getKey());
Expand Down

0 comments on commit a00b872

Please sign in to comment.