From 19c1bb2f1d586ed7a9ae8b257e8c63a1913fbfe0 Mon Sep 17 00:00:00 2001 From: jeena Date: Wed, 10 Apr 2013 10:34:27 +0200 Subject: [PATCH] removed debug stuff --- WebKit/scripts/controller/Mentions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/WebKit/scripts/controller/Mentions.js b/WebKit/scripts/controller/Mentions.js index 78f628d..7f3212d 100644 --- a/WebKit/scripts/controller/Mentions.js +++ b/WebKit/scripts/controller/Mentions.js @@ -133,7 +133,6 @@ function(HostApp, Timeline, URI, Paths, Core) { HostApp.unreadMentions(this.unread_mentions); } - debug(url.toString()) Paths.getURL(url.toString(), "GET", callback); // FIXME: error callback }); }