Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Jul 13, 2020
1 parent 57025bf commit 01adeb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chain/tezos/TezosNodeWriter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ export namespace TezosNodeWriter {
* @returns {Promise<AppliedOperation>} Array of contract handles
*/
export async function preapplyOperation(server: string, branch: string, protocol: string, operations: TezosP2PMessageTypes.Operation[], signedOpGroup: TezosTypes.SignedOperationGroup, chainid: string = 'main'): Promise<TezosTypes.AlphaOperationsWithMetadata[]> {
log.debug("Computed signature: " + signedOpGroup.signature)

const payload = [{
protocol: protocol,
branch: branch,
Expand Down

0 comments on commit 01adeb7

Please sign in to comment.