Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Update JasonNetworkAction.java
Browse files Browse the repository at this point in the history
  • Loading branch information
santosoh authored Aug 3, 2020
1 parent d952880 commit a9c089b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ private void _request(final JSONObject callback, final JSONObject action, final
mediaType = MediaType.parse(content_type);
d = Base64.decode(options.getString("data"), Base64.DEFAULT);
}
// Request.Builder requestBuilder = new Request.Builder();

request = builder
.url(url)
Expand Down

0 comments on commit a9c089b

Please sign in to comment.