Skip to content

Commit

Permalink
chore: remove prod logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Nov 12, 2024
1 parent 086179d commit 6a3772e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@filen/sync",
"version": "0.1.78",
"version": "0.1.79",
"description": "Filen Sync",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions src/lib/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ export class State {

const tmpDestination = pathModule.join(pathModule.dirname(destination), `${uuidv4()}.tmp`)

console.log({ destination, size: Object.keys(record).length, tmpDestination })

try {
// eslint-disable-next-line no-async-promise-executor
await new Promise<void>(async (resolve, reject) => {
Expand Down

0 comments on commit 6a3772e

Please sign in to comment.