From f9153f3ee20a67923f363d416e3aab14daf06fb2 Mon Sep 17 00:00:00 2001 From: jeena Date: Tue, 26 Feb 2013 02:33:04 +0100 Subject: [PATCH] removed debug code --- WebKit/scripts/controller/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebKit/scripts/controller/Profile.js b/WebKit/scripts/controller/Profile.js index 40f3ad8..c71b814 100644 --- a/WebKit/scripts/controller/Profile.js +++ b/WebKit/scripts/controller/Profile.js @@ -453,7 +453,7 @@ function(HostApp, Core, Paths, URI) { this.setFollowingButton(true); var url = URI(Paths.mkApiRootPath("/followings")); var data = JSON.stringify({"entity": this.entity }); - debug(data) + Paths.getURL(url.toString(), "POST", function(resp) { if (resp.status >= 200 && resp.status < 300) { _this.following_id = JSON.parse(resp.responseText).id