From 50074d77656a1e03b93374e985bcf0e641462fd9 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 21 Jan 2018 20:49:49 -0700 Subject: [PATCH] Remove unused require --- core/string_util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/string_util.js b/core/string_util.js index f47bd6b5..4539ea38 100644 --- a/core/string_util.js +++ b/core/string_util.js @@ -2,7 +2,6 @@ 'use strict'; // ENiGMA½ -const miscUtil = require('./misc_util.js'); const ANSI = require('./ansi_term.js'); // deps