From 8e863ee97f6631d436e79720d0ca70f1c47071d4 Mon Sep 17 00:00:00 2001 From: rugk Date: Sun, 11 Nov 2018 18:39:41 +0100 Subject: [PATCH] Remove unused module --- src/background/modules/Detect/Mastodon.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/background/modules/Detect/Mastodon.js b/src/background/modules/Detect/Mastodon.js index 7ed982e..6122a3f 100644 --- a/src/background/modules/Detect/Mastodon.js +++ b/src/background/modules/Detect/Mastodon.js @@ -4,7 +4,6 @@ * @module Detect/Mastodon.js */ -import * as Mastodon from "/common/modules/Mastodon.js"; import * as MastodonApi from "/common/modules/MastodonApi.js"; import {INTERACTION_TYPE} from "../data/INTERACTION_TYPE.js";