|
|
@@ -261,10 +261,8 @@ function printResponseData() {
|
|
|
}
|
|
|
if(isDecryptionEnabled()){
|
|
|
data = getResponsePlainData();
|
|
|
- magicJS.log(`jsonStr=${JSON.stringify(data)}`);
|
|
|
- } else {
|
|
|
- magicJS.log(`jsonStr=${JSON.stringify(data)}`);
|
|
|
}
|
|
|
+ magicJS.log(`jsonStr=${JSON.stringify(data)}`);
|
|
|
}
|
|
|
|
|
|
function getResponsePlainData() {
|