From 6dbdaa08e982897bbbafabb32036f95043e772e1 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sat, 3 Nov 2012 05:53:22 +0100 Subject: [PATCH] removed debug stuff --- Controller.m | 1 - Core.js | 3 --- 2 files changed, 4 deletions(-) diff --git a/Controller.m b/Controller.m index 0a750e4..360a97c 100644 --- a/Controller.m +++ b/Controller.m @@ -220,7 +220,6 @@ text, tweet.inReplyTostatusId, tweet.inReplyToEntity]; - NSLog(@"%@", func); [timelineView stringByEvaluatingJavaScriptFromString:func]; } diff --git a/Core.js b/Core.js index 06826f5..72b14cb 100644 --- a/Core.js +++ b/Core.js @@ -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 }