shawenguan 1 rok temu
rodzic
commit
56ea12702a
1 zmienionych plików z 1 dodań i 3 usunięć
  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() {