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