Skip to content

Commit

Permalink
remove deprecated kernel startup code (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihebi authored Dec 21, 2022
1 parent 6015501 commit 35da9ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions runtime/src/kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ function ensureZmqConnected() {
host
);
// FIXME the path
console.log("executing startup code ..");
wire.sendShellMessage(
constructExecuteRequest({
code: readFileSync(`./kernel/codepod.py`, "utf8"),
msg_id: "CODEPOD",
})
);
// console.log("executing startup code ..");
// wire.sendShellMessage(
// constructExecuteRequest({
// code: readFileSync(`./kernel/codepod.py`, "utf8"),
// msg_id: "CODEPOD",
// })
// );
console.log("kernel initialized successfully");
}
}
Expand Down

0 comments on commit 35da9ce

Please sign in to comment.