jeter20131220 4 lat temu
rodzic
commit
ca55418d01
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      desktop11/goto.js

+ 2 - 2
desktop11/goto.js

@@ -333,8 +333,8 @@ function fbLogin() {
     statusChangeCallback(response);
     console.log(response);
   }, { scope: 'public_profile,email' });
-  
-  console.log('FB API回傳資料: ' + JSON.stringify(response));
+
+  // console.log('FB API回傳資料: ' + JSON.stringify(response));
 }