We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a88830 commit 2b8c6b3Copy full SHA for 2b8c6b3
packages/kernel-test/src/vats/exporter-vat.js
@@ -10,8 +10,6 @@ import { Far } from '@endo/marshal';
10
*/
11
export function buildRootObject(_vatPowers, parameters, _baggage) {
12
const name = parameters?.name ?? 'anonymous';
13
- // const { getSyscall } = vatPowers;
14
- // const syscall = getSyscall();
15
16
/**
17
* Print a message to the log.
0 commit comments