mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 13:30:03 +00:00
Removed old comments.
This commit is contained in:
@@ -55,9 +55,6 @@ app.get("/styles/empty/:sources", function(req, res) {
|
||||
var reqSources = req.params.sources.split(",");
|
||||
|
||||
var sources = {};
|
||||
// reqSources.forEach(function(key) {
|
||||
// sources[key] = buildGeoJSONSource(sourceData[key]);
|
||||
// });
|
||||
reqSources.forEach(function(key) {
|
||||
var parts = key.split(":");
|
||||
var type = parts[0];
|
||||
|
||||
Reference in New Issue
Block a user