]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Mapstraction/MapstractionPlugin.php
remove unnecessary debugging code from mapstraction output
[quix0rs-gnu-social.git] / 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); '.
                                   '});');
         }