Browse Source

:recycle: Authority & Session checks

Danilo Guanabara 2 months ago
parent
commit
468b49dc4d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      clients/typescript/test/framework.ts

+ 0 - 1
clients/typescript/test/framework.ts

@@ -91,5 +91,4 @@ export class Framework {
     console.log(`Total CPI Consumed: ${total}`);
     console.log(`Number of Instructions: ${numberOfInstructions}`);
     console.log(`World Report: ${worldReport}`);
-  }
 }