Remove console log
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 26 Apr 2019 20:15:40 +0000 (16:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 26 Apr 2019 20:15:40 +0000 (16:15 -0400)
Removing debug

views/admin/management/index.html

index 2f32136..6563ab4 100755 (executable)
                 swMarker.on('dragend', function(event){
                     var tMarker = event.target;
                     var position = tMarker.getLatLng();
-                    console.log( 'position', position );
+                    // console.log( 'position', position );
                     // update latMin
                     tMarker.setLatLng(new L.LatLng(position.lat, position.lng),{ draggable:'true' });
 
                 neMarker.on('dragend', function(event){
                     var tMarker = event.target;
                     var position = tMarker.getLatLng();
-                    console.log( 'position', position );
+                    // console.log( 'position', position );
                     tMarker.setLatLng(new L.LatLng(position.lat, position.lng),{ draggable:'true' });
 
                     glmRec.removeFrom(leafletMap);