From: Evan Prodromou Date: Fri, 4 Dec 2009 19:36:24 +0000 (-0500) Subject: remove unnecessary debugging code from mapstraction output X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e7e9dfceb4fd6db81bf266d71a3ec0b1933fbd02;p=quix0rs-gnu-social.git remove unnecessary debugging code from mapstraction output --- diff --git a/plugins/Mapstraction/MapstractionPlugin.php b/plugins/Mapstraction/MapstractionPlugin.php index ba7827151b..f20e81b0ea 100644 --- a/plugins/Mapstraction/MapstractionPlugin.php +++ b/plugins/Mapstraction/MapstractionPlugin.php @@ -158,7 +158,6 @@ class MapstractionPlugin extends Plugin ' var user = null; '. (($actionName == 'showstream') ? ' user = scrapeUser(); ' : '') . ' var notices = scrapeNotices(user); ' . - ' console.log(notices); ' . ' showMapstraction($("#map_canvas"), notices); '. '});'); }