Skip to content

Commit

Permalink
remove debugging outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed Aug 14, 2024
1 parent 6efa766 commit 42b85f7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ public class EndpointParser {
public static void main(String[] args) {
final String relativeDirectoryPath = ".." + File.separator + ".." + File.separator + "src" + File.separator + "main" + File.separator + "java";
final Path absoluteDirectoryPath = Paths.get(relativeDirectoryPath).toAbsolutePath().normalize();
System.out.println("working directory: " + System.getProperty("user.dir"));
System.out.println("absolute directory path: " + absoluteDirectoryPath);

StaticJavaParser.getParserConfiguration().setLanguageLevel(ParserConfiguration.LanguageLevel.JAVA_21);

Expand Down

0 comments on commit 42b85f7

Please sign in to comment.