We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b0c8a commit fd16c2dCopy full SHA for fd16c2d
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -1746,7 +1746,6 @@ qx.Class.define("osparc.data.Resources", {
1746
this.__portsCompatibilityPromisesCached = {};
1747
}
1748
if (strUrl in this.__portsCompatibilityPromisesCached) {
1749
- console.log("returning cached promise for ports compatibility");
1750
return this.__portsCompatibilityPromisesCached[strUrl];
1751
1752
0 commit comments