Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamidev committed Jan 9, 2025
1 parent d6b2da2 commit 60b9067
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions desci-server/src/scripts/fixPublish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ fixByNodeUuids: OPERATION=fixByNodeUuids CREATE_IJ_PUBLISH_STATUS_ENTRIES=tr
*/
async function main() {
// console.log('entered main');
debugger;
logger.info(`[fixPublish]Starting fixPublish script`);
try {
const {
Expand Down Expand Up @@ -70,7 +68,6 @@ async function fixByNodeUuids({
const nodeUuidsArr = nodeUuids.split(',');
const total = nodeUuidsArr.length;
logger.info(`[fixByNodeUuids] nodeUuids loaded for fixing: ${total}`);
debugger;

for (let index = 0; index < nodeUuidsArr.length; index++) {
let nodeUuid = nodeUuidsArr[index];
Expand Down

0 comments on commit 60b9067

Please sign in to comment.