Skip to content

Commit

Permalink
doc: remove extra log in doc snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Jul 10, 2024
1 parent 059a1fe commit fac08c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/doc/contributors/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const {
SelfHostedModule
} = (await import('@heyputer/backend')).default;

console.log('kerne', Kernel);
const k = new Kernel();
k.add_module(new CoreModule());
k.add_module(new DatabaseModule());
Expand Down

0 comments on commit fac08c4

Please sign in to comment.