debug statement subject to debug flag again
[unfold.git] / plugins / googlemap / static / js / googlemap.js
index 3f3c995..854ee4a 100644 (file)
@@ -59,7 +59,8 @@ googlemap_debug_detailed=false;
         /* PLUGIN EVENTS */
 
         on_show: function(e) {
-           if (googlemap_debug) messages.debug("on_show");
+//         if (googlemap_debug) messages.debug("on_show");
+           messages.debug("on_show");
             var googlemap = e.data;
             google.maps.event.trigger(googlemap.map, 'resize');
         }, // on_show