Skip to content

Commit 4318c0f

Browse files
committed
Merge repeated conditions
1 parent 16d27c3 commit 4318c0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/truffleruby/language/loader/FeatureLoader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,7 @@ public String findFeatureImpl(String feature) {
260260
RubyContext.fileLine(sourceSection),
261261
originalFeature);
262262
});
263-
}
264263

265-
if (context.getOptions().LOG_FEATURE_LOCATION) {
266264
RubyLanguage.LOGGER.info(String.format("current directory: %s", getWorkingDirectory()));
267265
}
268266

0 commit comments

Comments
 (0)