Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AKritskiy authored and AKritskiy committed Jul 19, 2023
1 parent 55ac236 commit 7c21968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/main-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "export-json-as-xlsx",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions packages/main-library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ const applyColumnFormat = (worksheet: WorkSheet, columnIds: string[], columnForm

if (row === 0) continue

console.log(columnFormula)

if (worksheet[ref] && columnFormat) {
worksheet[ref].z = columnFormat
}
Expand Down

0 comments on commit 7c21968

Please sign in to comment.