removed debug stuff
This commit is contained in:
parent
39010eff6b
commit
6dbdaa08e9
2 changed files with 0 additions and 4 deletions
|
@ -220,7 +220,6 @@
|
||||||
text,
|
text,
|
||||||
tweet.inReplyTostatusId,
|
tweet.inReplyTostatusId,
|
||||||
tweet.inReplyToEntity];
|
tweet.inReplyToEntity];
|
||||||
NSLog(@"%@", func);
|
|
||||||
[timelineView stringByEvaluatingJavaScriptFromString:func];
|
[timelineView stringByEvaluatingJavaScriptFromString:func];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
3
Core.js
3
Core.js
|
@ -261,7 +261,6 @@ Core.prototype.getNewData = function() {
|
||||||
|
|
||||||
|
|
||||||
Core.prototype.sendNewMessage = function(content, in_reply_to_status_id, in_reply_to_entity) {
|
Core.prototype.sendNewMessage = function(content, in_reply_to_status_id, in_reply_to_entity) {
|
||||||
debug(content)
|
|
||||||
|
|
||||||
var _this = this;
|
var _this = this;
|
||||||
|
|
||||||
|
@ -286,8 +285,6 @@ Core.prototype.sendNewMessage = function(content, in_reply_to_status_id, in_repl
|
||||||
data["mentions"] = mentions;
|
data["mentions"] = mentions;
|
||||||
}
|
}
|
||||||
|
|
||||||
debug(JSON.stringify(data))
|
|
||||||
|
|
||||||
getURL(url.toString(), http_method, callback, JSON.stringify(data)); // FIXME: error callback
|
getURL(url.toString(), http_method, callback, JSON.stringify(data)); // FIXME: error callback
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue