Skip to content

Commit

Permalink
Update Extender.java
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Oct 20, 2023
1 parent b388572 commit b9f16cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/src/main/java/com/defold/extender/Extender.java
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,6 @@ private List<String> getIncludeDirs(File extDir) {
includes.add(ExtenderUtil.getRelativePath(jobDirectory, pod.generatedDir));
}
}
else {
LOGGER.info("getIncludeDirs has no resolved pods");
}

return pruneNonExisting(includes);
}
Expand Down

0 comments on commit b9f16cf

Please sign in to comment.