shawenguan пре 2 година
родитељ
комит
e5d6494085
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      Scripts/thwj/thwjHelper.js

+ 0 - 6
Scripts/thwj/thwjHelper.js

@@ -101,10 +101,6 @@ function handleRspCookie() {
 }
 
 function handleUserInfo() {
-    for (let k in $request) {
-        lk.log(k);
-        lk.log(JSON.stringify($request[k]));
-    }
     let data = lk.getRequestBody();
     if (!data) {
         return;
@@ -117,8 +113,6 @@ function handleUserInfo() {
     } catch (error) {
         lk.logErr(error);
     }
-    retBody = lk.getResponseBody();
-    lk.log(JSON.stringify(retBody));
 }