From 1a50403090ac19793fee2aedea89741dfee9bad7 Mon Sep 17 00:00:00 2001 From: JoelEinbinder Date: Tue, 25 Jul 2017 16:47:49 -0700 Subject: [PATCH] fix linter (#136) This patch fixes broken travis, caused by impatient merge of f455e3a1e --- lib/NavigatorWatcher.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/NavigatorWatcher.js b/lib/NavigatorWatcher.js index a8b4e4a2030..767da7987b5 100644 --- a/lib/NavigatorWatcher.js +++ b/lib/NavigatorWatcher.js @@ -14,7 +14,6 @@ * limitations under the License. */ -const NetworkManager = require('./NetworkManager'); const helper = require('./helper'); class NavigatorWatcher {