diff --git a/js/citysdk.census.js b/js/citysdk.census.js index 60fe4ccd..79b377d5 100644 --- a/js/citysdk.census.js +++ b/js/citysdk.census.js @@ -1694,9 +1694,6 @@ CensusModule.prototype.GEORequest = function(request, callback) { CitySDK.prototype.sdkInstance.modules.census.tigerwebRequest(request, function(response) { if(!("totals" in response)) { response.totals = {}; - request.variables.forEach(function(v) { - response.totals[v] = 0; - }) } //If we have data, let's attach it to the geoJSON if("data" in request) {