Skip to content

Commit

Permalink
Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Aug 12, 2024
1 parent a24e913 commit 348ab11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/realm/bindgen/src/templates/wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ export function generate({ spec: boundSpec, rawSpec, file }: TemplateContext): v
};
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export function injectNativeModule(nativeModule: any, extras: Extras) {
// eslint-disable-next-line no-console
console.log("injectNativeModule called");
Object.assign(binding, extras);
`,
);
Expand Down

0 comments on commit 348ab11

Please sign in to comment.