Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Dec 9, 2024
1 parent 29dcffd commit 12acba7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shared/api/utils/shared_ops_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -3513,15 +3513,11 @@ export default class SharedOpsUtil extends SharedUtil

if (updateOld) this._docsUtil.updateOpDocs(oldName);
const newOpDocs = this._docsUtil.updateOpDocs(newName);
console.log("REMOVEOLD", oldName, newName, removeOld);
if (removeOld)
{
const versionNumbers = this.getOpVersionNumbers(oldName, newOpDocs);
const opnameWithoutVersion = this.getOpNameWithoutVersion(oldName);
console.log("REMOVEOLD", opnameWithoutVersion, newName, versionNumbers);
versionNumbers.forEach((version) =>
{
console.log("UPDATING", version.name);
this._docsUtil.updateOpDocs(version.name);
});
}
Expand Down

0 comments on commit 12acba7

Please sign in to comment.