Get rid of old typo'd debug log

This commit is contained in:
KernelDeimos 2024-06-11 13:57:25 -04:00
parent 8e0f150fab
commit d38bf63f8e

View File

@ -61,7 +61,6 @@ const main = async () => {
SelfHostedModule
} = (await import('@heyputer/backend')).default;
console.log('kerne', Kernel);
const k = new Kernel({
entry_path: import.meta.filename
});