Skip to content

Commit aa2eed7

Browse files
committed
chore: update ci.yml and remove logging
1 parent 5ebad12 commit aa2eed7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
path: ffxiv-datamining-cn
102102
commit-message: "ver ${{ steps.export-csv.outputs.version }}"
103103
branch: ci/ixion-${{ steps.export-csv.outputs.version }}
104-
base: staging
104+
base: master
105105
title: "ci: ver ${{ steps.export-csv.outputs.version }}"
106106
body: |
107107
This PR is automatically generated by [ixion](https://github.com/thewakingsands/ixion)

packages/exd/src/csv.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ export class CSVExporter {
252252
addBom = true,
253253
) {
254254
const outputFile = join(dir, csvName(sheet, language))
255-
256-
console.log(`Writing ${outputFile}`)
257255
writeFileSync(
258256
outputFile,
259257
addBom ? Buffer.concat([bom, Buffer.from(csv)]) : csv,

0 commit comments

Comments
 (0)