Skip to content
Snippets Groups Projects
Commit 67617393 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

unused method removed

parent 4b9a04b7
No related branches found
No related tags found
2 merge requests!115Resolve "admin panel should use API",!114Resolve "admin panel should use API"
...@@ -440,13 +440,6 @@ ServerConnector.pointToString = function(point) { ...@@ -440,13 +440,6 @@ ServerConnector.pointToString = function(point) {
return point.x.toFixed(2) + "," + point.y.toFixed(2); return point.x.toFixed(2) + "," + point.y.toFixed(2);
}; };
ServerConnector.columnsToString = function(columns) {
if (columns === undefined) {
return "";
}
return columns;
};
ServerConnector.getModelsUrl = function(queryParams) { ServerConnector.getModelsUrl = function(queryParams) {
var modelId = this.getIdOrAsterisk(queryParams.modelId); var modelId = this.getIdOrAsterisk(queryParams.modelId);
var overlayId = queryParams.overlayId; var overlayId = queryParams.overlayId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment