diff options
Diffstat (limited to 'ext/js/background/environment.js')
-rw-r--r-- | ext/js/background/environment.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/js/background/environment.js b/ext/js/background/environment.js index 5e61a56d..04099ca1 100644 --- a/ext/js/background/environment.js +++ b/ext/js/background/environment.js @@ -15,7 +15,6 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ - class Environment { constructor() { this._cachedEnvironmentInfo = null; |