From d3aba323ffa1a61d6d4a74b52d238b7d0d3253ba Mon Sep 17 00:00:00 2001 From: Joshua Bailey Date: Mon, 30 Jul 2018 15:08:48 -0400 Subject: [PATCH] remove isDevelopingAddon hook Having this always return `true` was causing linting issues in other apps/addons tests. --- index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.js b/index.js index 8007754..636946d 100644 --- a/index.js +++ b/index.js @@ -150,9 +150,5 @@ module.exports = { } return except; - }, - - isDevelopingAddon() { - return true; } };