From bf422769509d3fda55c6c0e7b095f8e4923bbfa6 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 18 Apr 2019 14:17:05 +1200 Subject: [PATCH] feat(storidge): update 6 --- app/extensions/storidge/models/profile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/extensions/storidge/models/profile.js b/app/extensions/storidge/models/profile.js index 2e880c01b..4dce4bfc2 100644 --- a/app/extensions/storidge/models/profile.js +++ b/app/extensions/storidge/models/profile.js @@ -89,7 +89,6 @@ export function StoridgeCreateProfileRequest(model) { }; } -// TODO: investigate bandwith if (model.MinBandwidth && model.MaxBandwidth) { this.bandwidth = { min: model.MinBandwidth, @@ -101,7 +100,6 @@ export function StoridgeCreateProfileRequest(model) { var service = {}; -// TODO: investigate snapshot service.snapshot = { enabled: model.SnapshotEnabled };