Skip to content

Commit

Permalink
DefaultDataPackagingService: remove unused injected config param (log…
Browse files Browse the repository at this point in the history
…ging.path)
RayPlante committed Dec 18, 2024
1 parent be5e9e9 commit 61ba252
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -38,9 +38,6 @@ public class DefaultDataPackagingService implements DataPackagingService {
String domains;
DownloadBundlePlanner dwnldPlanner;

@Value("${logging.path}")
private String logFile;

public DefaultDataPackagingService() {
// Default constructor
}

0 comments on commit 61ba252

Please sign in to comment.