Remove separate endpoint, not used anymore

This commit is contained in:
Antonin Delpeuch 2017-07-14 16:47:39 +01:00
parent 3eadefe613
commit 9e3b0f1599

View File

@ -79,10 +79,6 @@ function ExtendReconciledDataPreviewDialog(column, columnIndex, rowIndices, onDo
var endpoint = extend.propose_properties;
this._proposePropertiesUrl = endpoint.service_url + endpoint.service_path;
}
if ("fetch_column" in extend) {
var endpoint = extend.fetch_column;
this._fetchColumnUrl = endpoint.service_url + endpoint.service_path;
}
}
}