diff --git a/leaflet.drupal.js b/leaflet.drupal.js
index 2e1b94f..e96018a 100644
--- a/leaflet.drupal.js
+++ b/leaflet.drupal.js
@@ -23,10 +23,6 @@
             }
           }
         });
-        // Destroy features so that an AJAX reload does not get parts of the old set.
-        // Required when the View has "Use AJAX" set to Yes.
-        // @todo Is this still necessary? Needs testing.
-        data.features = null;
       });
     }
   };
