shawenguan 1 an în urmă
părinte
comite
56ea12702a
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  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() {