Skip to content

Commit

Permalink
[java] Deleting debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 24, 2018
1 parent 4636478 commit c34f4d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ static void addShutdownAction(Runnable action) {
.build();

public static Capabilities getStandardCapabilitiesFor(Browser toBuild) {
System.out.println("***** " + toBuild);
return capabilitySuppliers.getOrDefault(toBuild, ImmutableCapabilities::new).get();
}

Expand Down

0 comments on commit c34f4d0

Please sign in to comment.