remove debug output
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 31 Jul 2009 20:56:59 +0000 (16:56 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 31 Jul 2009 21:38:33 +0000 (17:38 -0400)
ansel/lib/Widget/Geodata.php

index f3d9876..0369eb0 100644 (file)
@@ -170,7 +170,6 @@ class Ansel_Widget_Geodata extends Ansel_Widget_Base
                          Horde_ToolTips.out();
                      }
                      if (transport.responseJSON.response == 1) {
-                     alert(transport.responseJSON.response);
                         w = new Element('div');
                         w.appendChild(new Element('div', {id: 'ansel_map'}));
                         ag = new Element('div', {'class': 'ansel_geolocation'});