Commit e807259f authored by Athanasios's avatar Athanasios
Browse files

removed commented code

parent 4c4e2683
...@@ -37,10 +37,7 @@ define([ ...@@ -37,10 +37,7 @@ define([
}); });
all([featuresPromise, geometryPromise]).then((payloads) => { all([featuresPromise, geometryPromise]).then((payloads) => {
// let primitive = this.process(data, payloads);
let instances = this.process(data, payloads); let instances = this.process(data, payloads);
// resolve(primitive);
resolve(instances); resolve(instances);
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment