Remove superfluous require

This commit is contained in:
Tony Garnock-Jones 2018-11-02 22:49:56 +00:00
parent df84a102df
commit 844a49c7a7
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//---------------------------------------------------------------------------
import { Dataspace } from "@syndicate-lang/core";
const Timer = activate require("@syndicate-lang/driver-timer");
const TimeLaterThan = Timer.TimeLaterThan;