Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Nov 5, 2024
1 parent c1ef6e1 commit 4227523
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shared/api/utils/shared_ops_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -3476,8 +3476,6 @@ export default class SharedOpsUtil extends SharedUtil
if (envUrl.hostname !== myUrl.hostname) promises.push(fetch(envUrl));
});

this._log.debug("OPENV URLS", envUrls);

const envDocs = {
"id": null,
"name": null,
Expand Down

0 comments on commit 4227523

Please sign in to comment.