removed debug code

This commit is contained in:
jeena 2013-02-26 02:33:04 +01:00
parent f87da4103d
commit f9153f3ee2

View file

@ -453,7 +453,7 @@ function(HostApp, Core, Paths, URI) {
this.setFollowingButton(true); this.setFollowingButton(true);
var url = URI(Paths.mkApiRootPath("/followings")); var url = URI(Paths.mkApiRootPath("/followings"));
var data = JSON.stringify({"entity": this.entity }); var data = JSON.stringify({"entity": this.entity });
debug(data)
Paths.getURL(url.toString(), "POST", function(resp) { Paths.getURL(url.toString(), "POST", function(resp) {
if (resp.status >= 200 && resp.status < 300) { if (resp.status >= 200 && resp.status < 300) {
_this.following_id = JSON.parse(resp.responseText).id _this.following_id = JSON.parse(resp.responseText).id