Skip to content

Commit 98bf81d

Browse files
authored
Update Session.java
1 parent 2888b01 commit 98bf81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/odoojava/api/Session.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ int authenticate() throws XmlRpcException, Exception {
222222

223223
// JSONRPC part
224224
try {
225-
id = authenticate_json_rpc();
225+
// id = authenticate_json_rpc();
226226
System.out.println("json rpc login");
227227

228228
} catch (JsonRpcClientException e) {

0 commit comments

Comments
 (0)