removed debug code
This commit is contained in:
parent
f87da4103d
commit
f9153f3ee2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue