Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit 6eb1fea

Browse files
Merge pull request #200 from spotify/remove-unused-code
remove unused code
2 parents 1528169 + bd3da6c commit 6eb1fea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

flo-runner/src/main/java/com/spotify/flo/context/FloRunner.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,6 @@ private boolean isMode(String mode) {
252252
return mode.equalsIgnoreCase(config.getString(MODE));
253253
}
254254

255-
private boolean hasExplicitConfigValue(String path) {
256-
final URL configUrl = config.getValue(path).origin().url();
257-
258-
// If set through env var or system property, there will be no url
259-
return configUrl == null || !configUrl.getFile().endsWith("reference.conf");
260-
261-
}
262-
263255
private static Closeable executorCloser(ExecutorService executorService) {
264256
return () -> {
265257
executorService.shutdown();

0 commit comments

Comments
 (0)