]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove debug line that crept into a commit a while back, breaking realtime when Fireb...
authorBrion Vibber <brion@pobox.com>
Sun, 28 Mar 2010 21:41:31 +0000 (14:41 -0700)
committerBrion Vibber <brion@pobox.com>
Sun, 28 Mar 2010 21:41:31 +0000 (14:41 -0700)
plugins/Realtime/realtimeupdate.js

index 0f7a680d73c8e41d9aa6e509cb0188765abe5c60..2e5851ae531e539dc07f85a0d0eab80915a87fc8 100644 (file)
@@ -130,7 +130,7 @@ RealtimeUpdate = {
           user = data['user'];
           html = data['html'].replace(/&lt;/g,'<').replace(/&gt;/g,'>').replace(/&quot;/g,'"').replace(/&amp;/g,'&');
           source = data['source'].replace(/&lt;/g,'<').replace(/&gt;/g,'>').replace(/&quot;/g,'"').replace(/&amp;/g,'&');
-console.log(data);
+
           ni = "<li class=\"hentry notice\" id=\"notice-"+unique+"\">"+
                "<div class=\"entry-title\">"+
                "<span class=\"vcard author\">"+