Skip to content

Commit

Permalink
Remove sysout debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 1, 2018
1 parent 5a12162 commit 530eca5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ private JdkHandler(RemoteWebDriver driver, X realInstance,
public Object handleInvocation(Object proxy, Method method, Object[] args) throws Throwable {
InterfaceImplementation handler = handlers.get(method);
try {
System.out.println("Method: " + method + "all handlers: " + handlers.keySet());
if (null == handler) {
return method.invoke(realInstance, args);
}
Expand Down

0 comments on commit 530eca5

Please sign in to comment.