Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
thehung111 committed Dec 5, 2022
1 parent 7c5d8b3 commit 6dae3e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ public RetrofitQueryMap getQueryMap() {


String jsonStr = gson.toJson(this);
System.out.println("json: " + jsonStr);

JsonObject jsonObj = gson.fromJson(jsonStr, JsonObject.class);
Set<Map.Entry<String, JsonElement>> entrySet = jsonObj.entrySet();
Expand Down

0 comments on commit 6dae3e0

Please sign in to comment.