Skip to content

Commit 2ed7ceb

Browse files
committed
robot
1 parent e95e772 commit 2ed7ceb

File tree

1 file changed

+0
-5
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+0
-5
lines changed

services/static-webserver/client/source/class/osparc/store/Services.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,6 @@ qx.Class.define("osparc.store.Services", {
349349
},
350350

351351
getPricingPlan: function(serviceKey, serviceVersion) {
352-
// init the cache
353-
if (this.__pricingPlansCached === null) {
354-
this.__pricingPlansCached = {};
355-
}
356-
357352
const serviceUrl = osparc.data.Resources.getServiceUrl(serviceKey, serviceVersion)
358353
// check if the service is already cached
359354
if (serviceUrl in this.__pricingPlansCached) {

0 commit comments

Comments
 (0)