removed debug stuff

This commit is contained in:
Jeena Paradies 2012-11-03 05:53:22 +01:00
parent 39010eff6b
commit 6dbdaa08e9
2 changed files with 0 additions and 4 deletions

View file

@ -220,7 +220,6 @@
text,
tweet.inReplyTostatusId,
tweet.inReplyToEntity];
NSLog(@"%@", func);
[timelineView stringByEvaluatingJavaScriptFromString:func];
}

View file

@ -261,7 +261,6 @@ Core.prototype.getNewData = function() {
Core.prototype.sendNewMessage = function(content, in_reply_to_status_id, in_reply_to_entity) {
debug(content)
var _this = this;
@ -286,8 +285,6 @@ Core.prototype.sendNewMessage = function(content, in_reply_to_status_id, in_repl
data["mentions"] = mentions;
}
debug(JSON.stringify(data))
getURL(url.toString(), http_method, callback, JSON.stringify(data)); // FIXME: error callback
}