remove unnecessary debugging code from mapstraction output

This commit is contained in:
Evan Prodromou 2009-12-04 14:36:24 -05:00
parent a92228c713
commit e7e9dfceb4
1 changed files with 0 additions and 1 deletions

View 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); '.
'});');
}