react-native-hyperkyc-sdk 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -152,7 +152,6 @@ public class HyperkycSdkModule extends ReactContextBaseJavaModule implements Act
|
|
|
152
152
|
while(iterator.hasNextKey()){
|
|
153
153
|
String key = iterator.nextKey();
|
|
154
154
|
String value = inputs.getString(key);
|
|
155
|
-
Log.e("TAG", key + "---" + value);
|
|
156
155
|
inputsMap.put(key, value);
|
|
157
156
|
}
|
|
158
157
|
|