Dont log the wallet bro

This commit is contained in:
Jordan Prince 2021-04-04 21:46:51 -05:00
parent 319dca85b0
commit c307827dca
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ exports.uploadFile = async (req, res) => {
const costToStoreInSolana = costSize * arMultiplier;
runningTotal -= costToStoreInSolana;
if (runningTotal > 0) {
console.log('My arweave wallet is ', arweaveWallet);
const transaction = await arweaveConnection.createTransaction(
{ data: data },
arweaveWallet,