We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d27c3 commit 4318c0fCopy full SHA for 4318c0f
src/main/java/org/truffleruby/language/loader/FeatureLoader.java
@@ -260,9 +260,7 @@ public String findFeatureImpl(String feature) {
260
RubyContext.fileLine(sourceSection),
261
originalFeature);
262
});
263
- }
264
265
- if (context.getOptions().LOG_FEATURE_LOCATION) {
266
RubyLanguage.LOGGER.info(String.format("current directory: %s", getWorkingDirectory()));
267
}
268
0 commit comments