Skip to content

Commit bece292

Browse files
committed
chore: remove console log
1 parent 3bc3831 commit bece292

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nano_contracts/utils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ export const getOracleInputData = async (
140140
) => {
141141
const ncId = Buffer.from(contractId, 'hex');
142142
const actualValue = Buffer.concat([leb128.encodeUnsigned(ncId.length), ncId, resultSerialized]);
143-
console.log(`[oracle data to sign for inputData]: ${actualValue.toString('hex')}`);
144143
return unsafeGetOracleInputData(oracleData, actualValue, wallet);
145144
};
146145

0 commit comments

Comments
 (0)