]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove unnecessary debugging code from mapstraction output
authorEvan Prodromou <evan@status.net>
Fri, 4 Dec 2009 19:36:24 +0000 (14:36 -0500)
committerEvan Prodromou <evan@status.net>
Fri, 4 Dec 2009 19:36:24 +0000 (14:36 -0500)
plugins/Mapstraction/MapstractionPlugin.php

index ba7827151b32c5dde0c5544617f74aea892e5f27..f20e81b0ea63ce66a3a40c164f4ccebc536264da 100644 (file)
@@ -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); '.
                                   '});');
         }