mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
Get rid of old typo'd debug log
This commit is contained in:
parent
8e0f150fab
commit
d38bf63f8e
@ -61,7 +61,6 @@ const main = async () => {
|
|||||||
SelfHostedModule
|
SelfHostedModule
|
||||||
} = (await import('@heyputer/backend')).default;
|
} = (await import('@heyputer/backend')).default;
|
||||||
|
|
||||||
console.log('kerne', Kernel);
|
|
||||||
const k = new Kernel({
|
const k = new Kernel({
|
||||||
entry_path: import.meta.filename
|
entry_path: import.meta.filename
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user