Skip to content

Commit

Permalink
refactor: remove duplicate manualTimer code from swingset-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Sep 20, 2021
1 parent b45c66d commit 3654717
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion packages/swingset-runner/demo/zoeTests/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { E } from '@agoric/eventual-send';
import { Far } from '@agoric/marshal';
import { makeIssuerKit, AmountMath } from '@agoric/ertp';
import buildManualTimer from './manualTimer.js';
import buildManualTimer from '@agoric/zoe/tools/manualTimer.js';

import { makePrintLog } from './printLog.js';

Expand Down
44 changes: 0 additions & 44 deletions packages/swingset-runner/demo/zoeTests/manualTimer.js

This file was deleted.

0 comments on commit 3654717

Please sign in to comment.