Skip to content

Commit 3960cd5

Browse files
author
Mike Burke
committed
Removed TODO comment.
Signed-off-by: Mike Burke <[email protected]>
1 parent 5fa97c7 commit 3960cd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: sdl_android_lib/src/com/smartdevicelink/proxy/rpc/OnSystemRequest.java

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ private String getBody(JSONObject httpJson){
7575
String result = null;
7676

7777
try{
78-
// TODO: does body need to conform to the funky logic in existing getBody method?
7978
result = httpJson.getString("body");
8079
}catch(JSONException e){
8180
Log.e("OnSystemRequest", "\"body\" key doesn't exist in bulk data.");

0 commit comments

Comments
 (0)