Skip to content

Commit

Permalink
undo unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Jul 18, 2023
1 parent fc2ba71 commit cfe40a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@jsii/kernel/src/kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class Kernel {
/**
* Set to true for timing data to be emitted.
*/
public debugTimingEnabled = !!process.env.JSII_DEBUG_TIMING;
public debugTimingEnabled = false;

readonly #assemblies = new Map<string, Assembly>();
readonly #objects = new ObjectTable(this.#typeInfoForFqn.bind(this));
Expand Down

0 comments on commit cfe40a6

Please sign in to comment.