Skip to content

Commit

Permalink
chore: remove temporary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Dec 3, 2024
1 parent c06a771 commit 82260b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An IPFS Bitswap Peer in Cloudflare Workers",
"version": "2.0.7",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"license": "Apache-2.0 OR MIT",
"type": "module",
"scripts": {
"build": "esbuild --bundle src/worker.js --format=esm --sourcemap --minify --outfile=dist/worker.mjs",
Expand Down
4 changes: 2 additions & 2 deletions src/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { getBlockstore } from './blocks.js'
import { version } from '../package.json'
import { Metrics } from './metrics.js'

import debug from 'weald'
debug.enable('*')
// import debug from 'weald'
// debug.enable('*')

/**
* @typedef {object} Env
Expand Down

0 comments on commit 82260b5

Please sign in to comment.