Explorar el Código

debug removed

Herbert Vojčík hace 14 años
padre
commit
5e1d7e8fa2
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      lib-app/facebook-oauth.js

+ 1 - 4
lib-app/facebook-oauth.js

@@ -17,10 +17,7 @@ fb.OAuthInterface.prototype.graphApiGet = function (path, args) {
 };
 
 fb.OAuthInterface.prototype.graphApiPost = function (path, args) {
-  print(request);
-  print("https://graph.facebook.com/"+path+this.tokenString(), args);
-  print(wpost("https://graph.facebook.com/"+path+this.tokenString(), args, {complete:true}));
-  response.stop();
+  return wpost("https://graph.facebook.com/"+path+this.tokenString(), args);
 };
 
 fb.OAuthInterface.prototype.tokenString = function () {