Skip to content

Commit

Permalink
fix(daemon): do not redundantly lockdown in daemon module
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Oct 13, 2023
1 parent e66ea00 commit b3043c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/daemon/src/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

/* global setTimeout, clearTimeout */

// Establish a perimeter:
import 'ses';
import '@endo/eventual-send/shim.js';
import '@endo/promise-kit/shim.js';
import '@endo/lockdown/commit.js';

import { E, Far } from '@endo/far';
import { makePromiseKit } from '@endo/promise-kit';
import { makeNetstringCapTP } from './connection.js';
Expand Down

0 comments on commit b3043c2

Please sign in to comment.