Removed logging
This commit is contained in:
@@ -3,8 +3,6 @@ import FirefoxStrategy from "./strategies/FirefoxStrategy";
|
||||
import ChromeStrategy, { hasChromeExtensionInstalled } from "./strategies/ChromeStrategy";
|
||||
|
||||
const isExtensionsAllowed = ({ state }) => {
|
||||
console.log(typeof(state.postwoman.settings.EXTENSIONS_ENABLED) === 'undefined'
|
||||
|| state.postwoman.settings.EXTENSIONS_ENABLED);
|
||||
return typeof(state.postwoman.settings.EXTENSIONS_ENABLED) === 'undefined'
|
||||
|| state.postwoman.settings.EXTENSIONS_ENABLED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user