Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Jun 17, 2024
1 parent 3b7112b commit 998d86e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1329,10 +1329,8 @@ qx.Class.define("osparc.data.model.Node", {

__waitForServiceReady: function(srvUrl) {
// ping for some time until it is really ready
console.log("__waitForServiceReady");
fetch(srvUrl)
.then(request => {
console.log("request", request);
/*
if (request.status >= 200 || request.status < 300) {
this.__waitForServiceWebsite(srvUrl)
Expand Down

0 comments on commit 998d86e

Please sign in to comment.