Skip to content

Commit 8810f31

Browse files
authored
Remove dev logs (#4861)
1 parent 3038ede commit 8810f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/metadata/PortableRegistry/PortableRegistry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export class PortableRegistry extends Struct implements ILookup {
368368
#types: Record<number, PortableType>;
369369

370370
constructor (registry: Registry, value?: Uint8Array, isContract?: boolean) {
371-
console.time('PortableRegistry');
371+
// console.time('PortableRegistry')
372372

373373
super(registry, {
374374
types: 'Vec<PortableType>'
@@ -382,7 +382,7 @@ export class PortableRegistry extends Struct implements ILookup {
382382
this.#params = params;
383383
this.#types = types;
384384

385-
console.timeEnd('PortableRegistry');
385+
// console.timeEnd('PortableRegistry')
386386
}
387387

388388
public get names (): string[] {

0 commit comments

Comments
 (0)