jeter20131220 hace 3 años
padre
commit
ca55418d01
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      desktop11/goto.js

+ 2 - 2
desktop11/goto.js

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