Skip to content

Commit 7c21968

Browse files
AKritskiyAKritskiy
authored andcommitted
delete console.log
1 parent 55ac236 commit 7c21968

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/main-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "export-json-as-xlsx",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/main-library/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ const applyColumnFormat = (worksheet: WorkSheet, columnIds: string[], columnForm
101101

102102
if (row === 0) continue
103103

104-
console.log(columnFormula)
105-
106104
if (worksheet[ref] && columnFormat) {
107105
worksheet[ref].z = columnFormat
108106
}

0 commit comments

Comments
 (0)