Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Dec 8, 2024
1 parent 0de9696 commit 762ddb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dapp/setDappPath.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const fs = require('fs');
const packageJson = require('./package.json');

const isProduction = process.env.NODE_ENV === 'production';
console.log(`set path says isProduction is ${isProduction}`)
packageJson.dependencies['@polkagate/extension-dapp'] = isProduction
? '^0.48.2'
: '../../../polkadot-js-extension/packages/extension-dapp/build';
Expand Down

0 comments on commit 762ddb1

Please sign in to comment.