shawenguan 1 年之前
父節點
當前提交
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() {