Skip to content

Commit 7930eb8

Browse files
committed
fix: remove unnecessary console logs in orderAsset function
1 parent e6962f6 commit 7930eb8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/commands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,13 @@ export class Commands {
228228
this.config.chainId,
229229
this.config
230230
);
231-
console.log('before order asset')
232231
const tx = await orderAsset(
233232
dataDdo,
234233
this.signer,
235234
this.config,
236235
datatoken,
237236
this.oceanNodeUrl
238237
);
239-
console.log('after order')
240238
if (!tx) {
241239
console.error(
242240
"Error ordering access for " + did + ". Do you have enough tokens?"

0 commit comments

Comments
 (0)