removed debug stuff
This commit is contained in:
parent
e039a1904c
commit
19c1bb2f1d
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ function(HostApp, Timeline, URI, Paths, Core) {
|
||||||
HostApp.unreadMentions(this.unread_mentions);
|
HostApp.unreadMentions(this.unread_mentions);
|
||||||
}
|
}
|
||||||
|
|
||||||
debug(url.toString())
|
|
||||||
Paths.getURL(url.toString(), "GET", callback); // FIXME: error callback
|
Paths.getURL(url.toString(), "GET", callback); // FIXME: error callback
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue