Skip to content

Commit

Permalink
Merge pull request #4 from theSeppi/patch-1
Browse files Browse the repository at this point in the history
Log output revealed sensitive information
  • Loading branch information
whs authored Mar 26, 2017
2 parents dd4f793 + 2d77876 commit 1bc7aa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected HashMap<String, String> getEntryFieldsFromIntent()
for(Iterator<String> iter = json.keys();iter.hasNext();) {
String key = iter.next();
String value = json.get(key).toString();
Log.d("KP2APluginSDK", "received " + key+"/"+value);
Log.d("KP2APluginSDK", "received " + key);
res.put(key, value);
}

Expand Down

0 comments on commit 1bc7aa6

Please sign in to comment.