Skip to content

Commit 728df9a

Browse files
[java] Remove debug line from CDP Generator
1 parent ec04776 commit 728df9a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java/client/src/org/openqa/selenium/devtools/CdpClientGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public static void main(String[] args) throws IOException {
7777
model.dumpTo(target);
7878

7979
Path outputJar = Paths.get(args[2]).toAbsolutePath();
80-
System.out.println(outputJar);
8180
Files.createDirectories(outputJar.getParent());
8281

8382
try (OutputStream os = Files.newOutputStream(outputJar);

0 commit comments

Comments
 (0)