shawenguan 1 год назад
Родитель
Сommit
56ea12702a
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 3
Scripts/hbcpre/hbcpreHelper.js

@@ -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() {