Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish-egov committed Jun 5, 2024
1 parent c790810 commit 5e6c0f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,6 @@ function lockTargetFields(newSheet: any, targetColumnNumber: any, boundaryCodeCo
cell.protection = { locked: true };
});
});
console.log(targetColumnNumber, "ppppppppppppppppp")
// Unlock cells in the target column
if (targetColumnNumber > -1) {
newSheet.eachRow((row: any) => {
Expand Down

0 comments on commit 5e6c0f7

Please sign in to comment.